mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-10-28 10:05:48 -04:00
less corny header and note meta icons (#746)
* less corny header and note meta icons * swap out more twemojis * indicate active page in nav bar * update favicons * extract `<MenuLink />` into its own component * change hover effect to an underline * cropped header photo
This commit is contained in:
@@ -4,7 +4,6 @@ import Content from "../components/Content/Content";
|
||||
import PageTitle from "../components/PageTitle/PageTitle";
|
||||
import Image from "../components/Image/Image";
|
||||
import { H2 } from "../components/Heading/Heading";
|
||||
import { LaptopIcon } from "../components/Icons";
|
||||
|
||||
import desktopImg from "../public/static/images/uses/bigsur.png";
|
||||
|
||||
@@ -18,9 +17,7 @@ const Uses = () => (
|
||||
}}
|
||||
/>
|
||||
|
||||
<PageTitle>
|
||||
/uses <LaptopIcon />
|
||||
</PageTitle>
|
||||
<PageTitle>/uses 💻</PageTitle>
|
||||
|
||||
<Content>
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user