feat: change site name and icon
This commit is contained in:
parent
8623275854
commit
520c3ad89b
@ -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">
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
@ -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>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user