Toggle navigation
Toggle navigation
This project
Loading...
Sign in
황선혁
/
weather_chatbot
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Eric Whale
2022-06-07 21:47:35 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a0d1b0b373a829e072bb5dc3d840b8a47f57dfa8
a0d1b0b3
1 parent
56bf1eb8
Fix css bottombar icons
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
client/src/routes/settings.jsx
client/src/routes/settings.jsx
View file @
a0d1b0b
...
@@ -106,8 +106,8 @@ function Settings() {
...
@@ -106,8 +106,8 @@ function Settings() {
106
Logout
106
Logout
107
</
button
>
107
</
button
>
108
</
div
>
108
</
div
>
109
-
<
Bottombar
/>
110
</
div
>
109
</
div
>
110
+
<
Bottombar
/>
111
</
div
>
111
</
div
>
112
);
112
);
113
}
113
}
...
...
Please
register
or
login
to post a comment