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"
|
className="text-gray-500 dark:text-gray-300 text-center truncate w-full"
|
||||||
title={link.url}
|
title={link.url}
|
||||||
>
|
>
|
||||||
<Link href={link.url} target="_blank" className="font-bold">
|
Editing:{" "}
|
||||||
|
<Link href={link.url} target="_blank">
|
||||||
{link.url}
|
{link.url}
|
||||||
</Link>
|
</Link>
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -297,7 +297,7 @@ export default function LinkDetails({ link, isOwnerOrMod }: Props) {
|
||||||
<FontAwesomeIcon icon={faGlobe} className="w-6 h-6" />
|
<FontAwesomeIcon icon={faGlobe} className="w-6 h-6" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p className="text-black dark:text-white">Wayback Machine</p>
|
<p className="text-black dark:text-white">Archive.org Snapshot</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Link
|
<Link
|
||||||
|
|
Ŝarĝante…
Reference in New Issue