Skip to content

Commit f64a89a

Browse files
committed
chore: formatting
1 parent 8027236 commit f64a89a

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

src/layouts/WikiArticle.astro

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,20 @@ export interface Props {
3232
<Layout title="Wiki" transition={true} displayFooter={false}>
3333
<div class="columns">
3434
<aside id="article-browser" class="sidebar">
35-
<button class="open"><Icon name="newspaper" group="solid" ariaLabel="Open article browser"/></button>
36-
<button class="close"><Icon name="x" group="solid" ariaLabel="Close article browser" /></button>
35+
<button class="open"
36+
><Icon
37+
name="newspaper"
38+
group="solid"
39+
ariaLabel="Open article browser"
40+
/></button
41+
>
42+
<button class="close"
43+
><Icon
44+
name="x"
45+
group="solid"
46+
ariaLabel="Close article browser"
47+
/></button
48+
>
3749
<h2 class="title">Articles</h2>
3850
<div class="content">
3951
<nav>
@@ -91,8 +103,12 @@ export interface Props {
91103
<Footer />
92104
</div>
93105
<aside id="outline" class="sidebar">
94-
<button class="open"><Icon name="list" group="solid" ariaLabel="Open outline"/></button>
95-
<button class="close"><Icon name="x" group="solid" ariaLabel="Close outline" /></button>
106+
<button class="open"
107+
><Icon name="list" group="solid" ariaLabel="Open outline" /></button
108+
>
109+
<button class="close"
110+
><Icon name="x" group="solid" ariaLabel="Close outline" /></button
111+
>
96112
<h2 class="title">Outline</h2>
97113
<nav class="content">
98114
<ol>

0 commit comments

Comments
 (0)