Skip to content

Commit 256002e

Browse files
committed
minor
1 parent a5dca84 commit 256002e

4 files changed

Lines changed: 113 additions & 251 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ dist-ssr
2222
*.njsproj
2323
*.sln
2424
*.sw?
25+
26+
# Extras
27+
package-lock.json

src/App.tsx

Lines changed: 35 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import { GlHeader } from "gitlanding/GlHeader";
1414
/*import mesaIconPng from "./assets/img/mesa-favicon.png";*/
1515
import mesaLogoPng from "./assets/img/mesa_logo2_200pt.png";
1616
import mesaMp4 from "./assets/videos/mesa1.mp4";
17-
import tileSvgUrl from "./assets/svg/redash.svg";
1817
import { OnyxiaUi } from "theme";
1918

2019
export function App() {
@@ -106,16 +105,10 @@ function Body() {
106105
{
107106
<>
108107
<GlLogoCard
109-
title="Card title"
110-
paragraph={`Lorem ipsum dolor sit amet, consectetur adipiscing elit. In cursus,
111-
nisl nec hendrerit rutrum,
112-
mi enim semper arcu, ut imperdiet urna libero non metus.
113-
nisl nec hendrerit rutrum,
114-
mi enim semper arcu, ut imperdiet urna libero non metus.
115-
`}
116-
buttonLabel="Button Label"
108+
title="Code repository"
109+
paragraph={`Lorem`}
110+
buttonLabel="Code repository"
117111
iconUrls={[
118-
"https://user-images.githubusercontent.com/39378411/135731999-a2d8f901-3d7d-40a9-b59f-102ee1facc45.png",
119112
"https://user-images.githubusercontent.com/39378411/135731995-136d4baf-58a6-4cb3-a72c-b8ddce835b3c.png"
120113
]}
121114
/>
@@ -129,7 +122,38 @@ function Body() {
129122
"https://user-images.githubusercontent.com/39378411/135731998-e01a7970-a7c4-4041-b07c-341e075207d2.png"
130123
]}
131124
/>
132-
125+
<GlLogoCard
126+
title="Card title"
127+
paragraph={`Lorem`}
128+
buttonLabel="Button Label"
129+
iconUrls={[
130+
"https://user-images.githubusercontent.com/39378411/135731998-e01a7970-a7c4-4041-b07c-341e075207d2.png"
131+
]}
132+
/>
133+
<GlLogoCard
134+
title="Card title"
135+
paragraph={`Lorem`}
136+
buttonLabel="Button Label"
137+
iconUrls={[
138+
"https://user-images.githubusercontent.com/39378411/135731998-e01a7970-a7c4-4041-b07c-341e075207d2.png"
139+
]}
140+
/>
141+
<GlLogoCard
142+
title="Card title"
143+
paragraph={`Lorem`}
144+
buttonLabel="Button Label"
145+
iconUrls={[
146+
"https://user-images.githubusercontent.com/39378411/135731998-e01a7970-a7c4-4041-b07c-341e075207d2.png"
147+
]}
148+
/>
149+
<GlLogoCard
150+
title="Card title"
151+
paragraph={`Lorem`}
152+
buttonLabel="Button Label"
153+
iconUrls={[
154+
"https://user-images.githubusercontent.com/39378411/135731998-e01a7970-a7c4-4041-b07c-341e075207d2.png"
155+
]}
156+
/>
133157
<GlLogoCard
134158
title="Card title"
135159
paragraph={`Lorem ipsum dolor sit amet, consectetur adipiscing elit. In cursus,
@@ -192,7 +216,6 @@ function Body() {
192216
},
193217
{
194218
title: "List element title",
195-
iconOverride: tileSvgUrl,
196219
description: `Lorem ipsum dolor sit amet, consectetur adipiscing elit. In cursus,
197220
nisl nec hendrerit rutrum,
198221
mi enim semper arcu, ut imperdiet urna libero non metus.

src/assets/svg/redash.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)