Skip to content

Commit

Permalink
fix: deployment error
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekep-Obasi committed Nov 14, 2023
1 parent 7432f2d commit 371b3bb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/components/App/MainToolbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const MainToolbar = () => {
return (
<Wrapper>
<LogoButton>
<img alt="Second Brain" src="logo.svg" />
<img alt="Second brain" src="logo.svg" />
</LogoButton>
<ActionButton onClick={openContentAddModal}>
<IconWrapper>
Expand Down Expand Up @@ -56,11 +56,6 @@ export const MainToolbar = () => {
<SettingsIcon />
</IconWrapper>
<Text>Change Display</Text>
<ActionButton>
<IconWrapper>
<SettingsIcon />
</IconWrapper>
<Text>Settings</Text>
</ActionButton>
</Wrapper>
)
Expand Down

0 comments on commit 371b3bb

Please sign in to comment.