Skip to content

Commit a7da195

Browse files
committed
format Main.astro
1 parent 8b52162 commit a7da195

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/layouts/Main.astro

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ const {
2020
<BaseHead title={title} description={description} />
2121
</head>
2222
<body>
23-
<div class={"main-container " + (title === "Home" ? "gradient-1" : "gradient-2")}>
23+
<div
24+
class={"main-container " +
25+
(title === "Home" ? "gradient-1" : "gradient-2")}
26+
>
2427
{header && <Header />}
2528
<main>
2629
<slot />

0 commit comments

Comments
 (0)