Skip to content

Commit

Permalink
added archivo class to only home list
Browse files Browse the repository at this point in the history
  • Loading branch information
sar-mko committed Sep 30, 2024
1 parent 635afe8 commit b25f8d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
<script type="module" src="/src/index.jsx" async></script>
</head>
<body data-theme="lemonade">
<div id="root" class="font-archivo"></div>
<div id="root"></div>
</body>
</html>
2 changes: 1 addition & 1 deletion src/views/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export function Home({ data, setListPath }) {
<p>
Hello from the home (<code>/</code>) page!
</p>
<ul>
<ul className="font-archivo">
{data &&
data.map((list) => {
const uniqueId = crypto.randomUUID();
Expand Down

0 comments on commit b25f8d3

Please sign in to comment.