navheader-fix
This commit is contained in:
parent
e1275b76ea
commit
5711b26644
|
@ -201,7 +201,6 @@ export const Header = (props: Props) => {
|
||||||
</Show>
|
</Show>
|
||||||
<div class={clsx(styles.mainNavigation, { [styles.fixed]: fixed() })}>
|
<div class={clsx(styles.mainNavigation, { [styles.fixed]: fixed() })}>
|
||||||
<ul class="view-switcher">
|
<ul class="view-switcher">
|
||||||
|
|
||||||
<For each={['', 'feed', 'topics', 'authors', 'guide']}>
|
<For each={['', 'feed', 'topics', 'authors', 'guide']}>
|
||||||
{(route: string) => (
|
{(route: string) => (
|
||||||
<li classList={{ 'view-switcher__item--selected': route === loc.pathname }}>
|
<li classList={{ 'view-switcher__item--selected': route === loc.pathname }}>
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
|
|
Loading…
Reference in New Issue
Block a user