Skip to content

Commit f31d887

Browse files
Update Layout.tsx
1 parent 7769775 commit f31d887

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/common/Layout/Layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,13 +134,13 @@ const Layout: FC = ({ children }) => {
134134
profile={profile}
135135
setProfile={setProfile}
136136
/>
137-
{/* <Snowfall
137+
<Snowfall
138138
style={{
139139
position: "fixed",
140140
width: "100vw",
141141
height: "100vh",
142142
}}
143-
/> */}
143+
/>
144144
<main>{children}</main>
145145
<Footer />
146146
</>

0 commit comments

Comments
 (0)