remove double slash
This commit is contained in:
parent
f1cf082684
commit
0a804fac8f
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ export const Icons = ({
|
|||
for (const page of order(app.navigation)) {
|
||||
output.push(
|
||||
<li key={page.__slug} className={liClasses}>
|
||||
<Link href={`/${page.__slug}`}>
|
||||
<Link href={`${page.__slug}`}>
|
||||
<a className={linkClasses} title={page.__title} style={linkStyle}>
|
||||
{icons[page.__slug]
|
||||
? icons[page.__slug]('w-14 h-14')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue