Skip to content

Commit 1c3def8

Browse files
feat(): refactorred responsiveness
1 parent aede576 commit 1c3def8

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

frontend/package-lock.json

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"react-dom": "^18.3.1",
1818
"react-helmet-async": "^2.0.4",
1919
"react-i18next": "^15.7.3",
20-
"react-router-dom": "^6.27.0"
20+
"react-router-dom": "^6.30.1"
2121
},
2222
"devDependencies": {
2323
"@eslint/js": "^9.11.1",

frontend/src/components/layout/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const Footer: React.FC = () => {
1414
<div className="flex items-center space-x-3 mb-4">
1515
<img
1616
src="/assets/rustcm.svg"
17-
className="h-12 w-12"
17+
className="h-8 w-8"
1818
alt="Rust Cameroon Logo"
1919
/>
2020
<span className="text-xl font-bold font-mono">Rust Cameroon</span>

0 commit comments

Comments
 (0)