feat: change site name and icon

This commit is contained in:
Thibaut Valentin 2025-01-17 11:22:44 +01:00
parent 8623275854
commit 520c3ad89b
3 changed files with 3 additions and 4 deletions

View File

@ -2,9 +2,9 @@
<html lang="en">
<head>
<meta charset="UTF-8"/>
<link rel="icon" type="image/svg+xml" href="/vite.svg"/>
<link rel="icon" type="image/svg+xml" href="/FFSSAF-bord-blanc-fond-transparent.webp"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Vite + React</title>
<title>FFSAF Intranet</title>
<link href="/index.css" rel="stylesheet">

View File

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

View File

@ -1,4 +1,3 @@
import LogoIcon from '../assets/FFSSAF-bord-blanc-fond-transparent.webp'
import './Nav.css'
import {NavLink} from "react-router-dom";
import {useAuth} from "../hooks/useAuth.jsx";
@ -9,7 +8,7 @@ export function Nav() {
return <nav className="navbar navbar-light navbar-expand-md bg-body-tertiary " id="main-navbar">
<div className="container-fluid">
<a className="navbar-brand" href="/">
<img className="logo" src={LogoIcon} alt="logo"/>
<img className="logo" src="/FFSSAF-bord-blanc-fond-transparent.webp" alt="logo"/>
FFSAF Intra
</a>