generated from lucien/actix-react-template
nouveau fichier : front/src/components/ClickableLink.tsx
nouveau fichier : front/src/components/LogoButton.tsx nouveau fichier : front/src/components/NavBar.tsx modifié : front/src/main.tsx modifié : front/src/pages/MainPage.tsx
This commit is contained in:
parent
ebf4620640
commit
265157bbe1
5 changed files with 28 additions and 5 deletions
7
front/src/components/NavBar.tsx
Normal file
7
front/src/components/NavBar.tsx
Normal file
|
@ -0,0 +1,7 @@
|
|||
import LogoButton from '../components/LogoButton.tsx'
|
||||
|
||||
export default function NavBar(){
|
||||
return (<div>
|
||||
<LogoButton url="https://archlinux.org" logo ="https://archlinux.org/static/hetzner_logo.41114a37d25f.png" />
|
||||
</div>);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue