Skip to content

Commit

Permalink
chore: remove the FOUC hack
Browse files Browse the repository at this point in the history
  • Loading branch information
DaleSeo committed Sep 6, 2024
1 parent 30331c2 commit c6b4c7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
/>

<script src="https://code.iconify.design/iconify-icon/2.1.0/iconify-icon.min.js"></script>
<script src="./main.js" type="module"></script>
<script src="./components/index.js" type="module"></script>
</head>

<body style="display: none">
<body>
<ds-header></ds-header>

<ds-intro-section></ds-intro-section>
Expand Down
5 changes: 0 additions & 5 deletions main.js

This file was deleted.

0 comments on commit c6b4c7f

Please sign in to comment.