Skip to content

Commit

Permalink
Size and title alt text
Browse files Browse the repository at this point in the history
  • Loading branch information
LanesGood committed Jan 21, 2025
1 parent 09f6c6c commit cf7dae8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Zeno</title>
<title>Project Zeno | Land Carbon Lab</title>
</head>
<body>
<div id="root"></div>
Expand Down
4 changes: 3 additions & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,17 @@ function App() {
>
<Box bgColor="white" shadow="sm" px="8" py="4">
<Flex gap={12} alignItems="center">
<Image src={logo} height="40px" />
<Image src={logo} height="40px" alt="WRI Land Carbon Lab logo" />
<Text
fontFamily="mono"
fontVariantNumeric="slashed-zero"
fontFeatureSettings="'ss03'"
letterSpacing="0.75px"
fontSize="sm"
lineHeight="100%"
textTransform="uppercase"
fontWeight="500"
title="Project Zeno"
>
Pr0ject <br /> Zen0_
</Text>
Expand Down

0 comments on commit cf7dae8

Please sign in to comment.