Skip to content

Commit e38cc55

Browse files
committed
remove kickstarter from top of page
1 parent 1f2dffc commit e38cc55

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/pages/de/index.mjs

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ export const state = {
55
export const View = state => [
66
Social(),
77
LanguageSwitch(state),
8-
KickStarter(),
98

109
div({ class: 'hex__container' }, [
1110
div({ class: 'hex hero' }, [Hex(), WNWLogo(state)]),

src/pages/index.mjs

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
export const View = state => [
22
Social(state),
33
LanguageSwitch(state),
4-
KickStarter(state),
54

65
div({ class: 'hex__container' }, [
76
div({ class: 'hex hero' }, [Hex(), WNWLogo(state)]),

0 commit comments

Comments
 (0)