Skip to content

Commit

Permalink
leave footer on the bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
craigkai committed Jul 24, 2024
1 parent d644f5d commit bf90b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// You can add TypeScript logic here if needed
</script>

<footer class="bottom-0 w-full bg-blue-500 dark:bg-nord-1 fixed">
<footer class="bottom-0 w-full bg-blue-500 dark:bg-nord-1 relative">
<div class="max-w-7xl mx-auto wrap p-4 flex justify-between items-center">
<p class="text-white">
This staging environment was deployed from {import.meta.env.VITE_COMMIT_REF.slice(0, 6)}
Expand Down

0 comments on commit bf90b32

Please sign in to comment.