1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-07-02 02:35:57 -04:00

trim some unnecessary dependencies

This commit is contained in:
2025-04-07 12:11:04 -04:00
parent 80793c7330
commit 53d6f57699
19 changed files with 256 additions and 300 deletions
+2 -3
View File
@@ -15,15 +15,14 @@ const Header = ({ className, ...rest }: HeaderProps) => {
return (
<header className={clsx(styles.header, className)} {...rest}>
<nav className={styles.nav}>
<Link href="/" rel="author" title={config.authorName} plain className={styles.homeLink}>
<Link href="/" rel="author" aria-label={config.authorName} plain className={styles.homeLink}>
<Image
src={selfieJpg}
alt={`Photo of ${config.authorName}`}
className={styles.homeImage}
width={70}
height={70}
quality={60}
placeholder="empty"
quality={50}
priority
/>
<span className={styles.name}>{config.authorName}</span>