Skip to content

Commit

Permalink
fix cursor error
Browse files Browse the repository at this point in the history
  • Loading branch information
leehe228 committed Mar 10, 2024
1 parent 3e292c2 commit b07ee4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
</script>
<link rel="stylesheet" href="css/font.css" />
<link rel="stylesheet" href="/css/cursor.css" />
<link rel="stylesheet" href="css/cursor.css" />
<link rel="stylesheet" href="css/style.css" />
<div id="custom_cursor" class="custom-cursor">
Expand Down

0 comments on commit b07ee4e

Please sign in to comment.