Add post 'SSH all the way down'
This commit is contained in:
parent
e49618ee8e
commit
55dd016560
26 changed files with 418 additions and 43 deletions
|
|
@ -67,8 +67,8 @@ const isCurrentRoute = (path: string) =>
|
|||
<li>
|
||||
<a
|
||||
class="u-url text-link group"
|
||||
href="/stories/1"
|
||||
aria-current={isCurrentRoute("/stories/1") ? "page" : undefined}
|
||||
href="/stories"
|
||||
aria-current={isCurrentRoute("/stories") ? "page" : undefined}
|
||||
>
|
||||
<IconBook width="1.25rem" height="1.25rem" class="order-1 inline align-text-top" />
|
||||
<span class="order-3 group-hover:underline group-focus:underline">Stories</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue