Skip to content

Commit aa62a24

Browse files
committed
feat: introduce new venue images, update home component styles to include them, and remove the SonarCloud CI workflow.
1 parent 04a0931 commit aa62a24

File tree

7 files changed

+6
-53
lines changed

7 files changed

+6
-53
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 0 additions & 52 deletions
This file was deleted.

public/images/venue/venue-1.webp

119 KB
Loading

public/images/venue/venue-2.webp

310 KB
Loading

public/images/venue/venue-3.webp

238 KB
Loading

public/images/venue/venue-4.webp

186 KB
Loading

public/images/venue/venue-5.webp

416 KB
Loading

src/views/Home/components/HomeWTC/Style.Home.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ const images = [
1414
"/images/wtc-gemini-2.webp",
1515
"/images/wtc-gemini-1.webp",
1616
"/images/wtc-gemini-3.webp",
17+
"images/venue/venue-1.webp",
18+
"images/venue/venue-2.webp",
19+
"images/venue/venue-3.webp",
20+
"images/venue/venue-4.webp",
21+
"images/venue/venue-5.webp",
1722
];
1823

1924
interface StyledSubtitleProps {
@@ -90,7 +95,7 @@ export const StyledTitle = styled(motion.h1)`
9095
font-family: "Square 721 Regular", sans-serif;
9196
`;
9297

93-
export const StyledSubtitle = styled(motion.h2)<StyledSubtitleProps>`
98+
export const StyledSubtitle = styled(motion.h2) <StyledSubtitleProps>`
9499
color: ${(props) => props.color ?? Color.WHITE};
95100
font-family: "DejaVu Sans ExtraLight", sans-serif;
96101
font-size: 1.25rem;

0 commit comments

Comments
 (0)