Skip to content

Commit

Permalink
add font awesome
Browse files Browse the repository at this point in the history
  • Loading branch information
Limebee committed Jan 23, 2024
1 parent f7a3f44 commit 33c741d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion views/drinks.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
</main>

<script src="/public/js/drinks.js"></script>

<script src="https://kit.fontawesome.com/c15b095f83.js" crossorigin="anonymous"></script>
</body>
<footer class="footer footer-center bg-[#D98338] text-base-content pb-10 border-solid border-8 border-[#D98338]">
</footer>
Expand Down
2 changes: 1 addition & 1 deletion views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</div>
</div>
</section>

<script src="https://kit.fontawesome.com/c15b095f83.js" crossorigin="anonymous"></script>
</body>
<!-- Footer-->
<footer class="footer footer-center p-4 bg-[#D98338] text-base-content">
Expand Down
2 changes: 1 addition & 1 deletion views/login.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@
</div>
</section>
</main>

<script src="https://kit.fontawesome.com/c15b095f83.js" crossorigin="anonymous"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion views/signup.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@
</div>
</section>
</main>
<script src="https://kit.fontawesome.com/c15b095f83.js" crossorigin="anonymous"></script>
</body>
</html>

0 comments on commit 33c741d

Please sign in to comment.