small design improvements

This commit is contained in:
daniel31x13 2023-10-13 02:14:18 -04:00
parent 754c15d2bb
commit 36a1ed209e
2 changed files with 3 additions and 2 deletions

View File

@ -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>

View File

@ -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