We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf6f32 commit f429138Copy full SHA for f429138
src/lib/footer-navigation/FooterNavigation.svelte
@@ -44,7 +44,7 @@
44
</script>
45
46
<footer class={styles.footerWrap} bind:this={footerEl}>
47
- {#if !fullFooter}
+ <!-- {#if !fullFooter}
48
<div class={classnames(styles.toggleBar, isCollapsed && styles.isCollapsed)} on:click={toggleFooter} on:keydown={() => {}}>
49
<span class={styles.icon}>
50
<InlineSvg src="/assets/icon-tmenu.svg" />
@@ -53,7 +53,7 @@
53
<InlineSvg src="/assets/icon-arrow.svg" />
54
</span>
55
</div>
56
- {/if}
+ {/if} -->
57
{#if fullFooter === true || !isCollapsed}
58
<div class={styles.footerNavigation}>
59
<ul class={styles.menuSections}>
0 commit comments