Skip to content

Commit 4fd0314

Browse files
committed
cleanup no longer used assets, small reorganization
1 parent aaab017 commit 4fd0314

File tree

96 files changed

+8
-8
lines changed

Some content is hidden

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

96 files changed

+8
-8
lines changed

website/src/pages/showcase.tsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ const Showcase = () => {
126126
alt="Meta logo"
127127
width={140}
128128
sources={{
129-
light: useBaseUrl('/img/meta_positive_primary.svg'),
130-
dark: useBaseUrl('/img/meta_negative_primary.svg'),
129+
light: useBaseUrl('/img/showcase/meta_positive_primary.svg'),
130+
dark: useBaseUrl('/img/showcase/meta_negative_primary.svg'),
131131
}}
132132
/>
133133
</h2>
@@ -144,8 +144,8 @@ const Showcase = () => {
144144
alt="Microsoft logo"
145145
width={180}
146146
sources={{
147-
light: useBaseUrl('/img/microsoft-logo-gray.png'),
148-
dark: useBaseUrl('/img/microsoft-logo-white.png'),
147+
light: useBaseUrl('/img/showcase/microsoft-logo-gray.png'),
148+
dark: useBaseUrl('/img/showcase/microsoft-logo-white.png'),
149149
}}
150150
/>
151151
</h2>
@@ -170,8 +170,8 @@ const Showcase = () => {
170170
alt="Amazon logo"
171171
width={140}
172172
sources={{
173-
light: useBaseUrl('/img/amazon_logo_lightbg.png'),
174-
dark: useBaseUrl('/img/amazon_logo_darkbg.png'),
173+
light: useBaseUrl('/img/showcase/amazon_logo_lightbg.png'),
174+
dark: useBaseUrl('/img/showcase/amazon_logo_darkbg.png'),
175175
}}
176176
/>
177177
</h2>
@@ -189,8 +189,8 @@ const Showcase = () => {
189189
alt="Shopify logo"
190190
width={160}
191191
sources={{
192-
light: useBaseUrl('/img/shopify_logo_whitebg.svg'),
193-
dark: useBaseUrl('/img/shopify_logo_darkbg.svg'),
192+
light: useBaseUrl('/img/showcase/shopify_logo_whitebg.svg'),
193+
dark: useBaseUrl('/img/showcase/shopify_logo_darkbg.svg'),
194194
}}
195195
/>
196196
</h2>
-48.8 KB
Binary file not shown.
-236 KB
Binary file not shown.
-29.8 KB
Binary file not shown.
-48.9 KB
Binary file not shown.
-66.5 KB
Binary file not shown.
-30.7 KB
Binary file not shown.
-92.8 KB
Binary file not shown.
-111 KB
Binary file not shown.
-1.08 MB
Binary file not shown.

0 commit comments

Comments
 (0)