Skip to content

Commit

Permalink
removed whitespace from wca2020 svg file
Browse files Browse the repository at this point in the history
¨
  • Loading branch information
FinnIckler committed Jun 5, 2023
1 parent 6cd9195 commit 1bee78f
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Header/Header.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type Story = StoryObj<typeof Header>
export const MainWebsite: Story = {
// More on args: https://storybook.js.org/docs/react/writing-stories/args
args: {
brandImage: '/WCA Logo 2020.svg',
brandImage: '/wca2020.svg',
dropdowns: [
{
active: true,
Expand Down
2 changes: 1 addition & 1 deletion src/components/UiIcon/uiicon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}

.wca{
background-image: url("../../stories/assets/WCA Logo 2020.svg");
background-image: url("wca2020.svg");
background-repeat: no-repeat;
background-size: contain;
}
File renamed without changes
30 changes: 30 additions & 0 deletions src/stories/assets/wca2020.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1bee78f

Please sign in to comment.