small design improvements
This commit is contained in:
parent
754c15d2bb
commit
36a1ed209e
|
@ -137,7 +137,8 @@ export default function AddOrEditLink({
|
|||
className="text-gray-500 dark:text-gray-300 text-center truncate w-full"
|
||||
title={link.url}
|
||||
>
|
||||
<Link href={link.url} target="_blank" className="font-bold">
|
||||
Editing:{" "}
|
||||
<Link href={link.url} target="_blank">
|
||||
{link.url}
|
||||
</Link>
|
||||
</p>
|
||||
|
|
|
@ -297,7 +297,7 @@ export default function LinkDetails({ link, isOwnerOrMod }: Props) {
|
|||
<FontAwesomeIcon icon={faGlobe} className="w-6 h-6" />
|
||||
</div>
|
||||
|
||||
<p className="text-black dark:text-white">Wayback Machine</p>
|
||||
<p className="text-black dark:text-white">Archive.org Snapshot</p>
|
||||
</div>
|
||||
|
||||
<Link
|
||||
|
|
Ŝarĝante…
Reference in New Issue