Skip to content

Commit ae7920b

Browse files
committed
Finalizing nav bar
1 parent 4c7cc75 commit ae7920b

File tree

2,569 files changed

+172420
-565
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,569 files changed

+172420
-565
lines changed

.storybook/preview.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const wrapperStyle = {
88
flexWrap: "wrap",
99
justifyContent: "center",
1010
alignItems: "center",
11+
padding: "0rem 1rem",
1112
};
1213

1314
const preview: Preview = {

.storybook/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default create({
44
base: "dark",
55
brandUrl: "https://code4rena.com",
66
brandTitle: "Code4rena Storybook",
7-
brandImage: "/c4-og-banner.png",
7+
brandImage: "/logos/c4-logo.svg",
88
brandTarget: "_blank",
99

1010
// UI

0 commit comments

Comments
 (0)