Skip to content

Commit

Permalink
modifying result screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Pethel 🛴 committed Sep 19, 2024
1 parent 830e2d1 commit 3411da5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Client/src/components/Layout/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export function Footer(): React.ReactElement {
return (
<footer className="footer">
<div>
<img src="slogan.png" alt="CareerCraft logo" className="ms-nav-logo" />
<img src="slogan.png" alt="CareerCraft is a Microsoft Hackathon project" className="ms-nav-logo" />
</div>
</footer>
);
Expand Down
7 changes: 7 additions & 0 deletions Client/src/components/Layout/Layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,10 @@
height: auto;
margin-bottom: 100px;
}

.careercraft-award-logo {
max-width: 160px;
height: auto;
margin-bottom: 20px;
margin-top: 50px;
}
2 changes: 1 addition & 1 deletion Client/src/screens/ResultScreen/ResultScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export function ResultScreen(): React.ReactElement {
<img
src="AwardRibbon.png"
alt="Award Ribbon"
className="careercraft-logo-start"
className="careercraft-award-logo"
/>
<H1>Great work, {userName}!</H1>
{finalMessage}
Expand Down
2 changes: 1 addition & 1 deletion Client/src/variables.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Primary colors
$primary-color: #1F76A7;
$primary-color-dark: #4dabf5;
$primary-color-dark: white;
$default-color: white;
$error-color: #d32f2f;

Expand Down

0 comments on commit 3411da5

Please sign in to comment.