Skip to content

Commit

Permalink
actualizados iconos en inicio y navegador, falta que coja el nuevo fa…
Browse files Browse the repository at this point in the history
…vicon
  • Loading branch information
andreafuertes7 committed Mar 5, 2025
1 parent 8dc8dc6 commit 62b907b
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 5 deletions.
Binary file modified webapp/public/favicon.ico
Binary file not shown.
Binary file added webapp/public/faviconViejo.ico
Binary file not shown.
Binary file added webapp/public/home/logo_wichat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions webapp/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="In Wikidata Infinite Quest you can prove your knowledge!"
content="In WIChat you can prove your knowledge!"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>WIQ - Wikidata Infinite Quest</title>
<title>WIChat</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
Binary file added webapp/public/logo_wichat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added webapp/public/logo_wichat_grey.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added webapp/public/logo_wichat_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion webapp/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const theme = createTheme({
function App() {

React.useEffect(() => {
document.title = "WIQ - Wikidata Infinite Quest";
document.title = "WIChat";
}, []);

return (
Expand Down
2 changes: 1 addition & 1 deletion webapp/src/components/NavBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function NavBar() {

const logo = (
<Button component={Link} to="/" sx={{'&:hover': { backgroundColor: '#5f7e94' },}}>
<img src="/white_logo.png" alt="Logo" style={{ height: 40 }} />
<img src="/logo_wichat_white.png" alt="Logo" style={{ height: 40 }} />
</Button>
)

Expand Down
2 changes: 1 addition & 1 deletion webapp/src/pages/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const Home = () => {
return (
<Box sx={styles.fullScreen}>
<Box data-testid="xxl" sx={xxl ? styles.maxLogo : styles.logo}>
<img src="./home/HomeLogo.png" alt="Logo" style={{ width: '100%' }} />
<img src="./home/logo_wichat.png" alt="Logo" style={{ width: '100%' }} />
</Box>

<Button variant='contained' href={redirectPath} sx={styles.playButton}> {t("Home")} </Button>
Expand Down

0 comments on commit 62b907b

Please sign in to comment.