Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrain99 committed Oct 19, 2024
1 parent bd2c61a commit ef27dd4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
</head>
<body data-theme="arweave">
<div id="app"></div>
<script type="module" src="/src/index.tsx"></script>
<script type="module" src="./src/index.tsx"></script>
</body>
</html>
4 changes: 0 additions & 4 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -3151,10 +3151,6 @@ html:has(.drawer-toggle:checked){
flex: 1 1 0%;
}

.table-auto{
table-layout: auto;
}

.cursor-not-allowed{
cursor: not-allowed;
}
Expand Down

0 comments on commit ef27dd4

Please sign in to comment.