Skip to content

Commit

Permalink
💄 footer inner shadow
Browse files Browse the repository at this point in the history
🐛 fix class undefined
  • Loading branch information
kwaa committed Dec 20, 2021
1 parent 6099d61 commit 1bcc609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
export { className as class }
</script>

<footer id="footer" class="{className} footer footer-center bg-base-300 text-base-content rounded-box p-8 <md:rounded-none">
<footer id="footer" class="{className ?? ''} footer footer-center bg-base-300 text-base-content rounded-box <md:rounded-none shadow-inner p-8">
<div class="prose">
<p>
{#each Object.entries(footerConfig.nav) as [href, name], i}
Expand Down

0 comments on commit 1bcc609

Please sign in to comment.