mirror of
https://github.com/UofCBaja/BajaUofCWebsite.git
synced 2025-07-09 20:57:12 -06:00
added mouse pointer to css, tried changing title to our site name and chaing icon (that didnt work
This commit is contained in:
@ -10,6 +10,10 @@ figure {
|
||||
height: 10%;
|
||||
}
|
||||
|
||||
header figure {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#logo {
|
||||
height: 5rem;
|
||||
background-color: white;
|
||||
|
@ -38,10 +38,9 @@ const Header = () => {
|
||||
return (
|
||||
<>
|
||||
<header>
|
||||
<figure>
|
||||
<figure onClick={() => LinkTo("/")}>
|
||||
<img
|
||||
id="logo"
|
||||
onClick={() => LinkTo("/")}
|
||||
src={logo}
|
||||
alt="Schulich Off-Road's logo"
|
||||
/>
|
||||
|
@ -1,3 +1,4 @@
|
||||
#navigateButton {
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
Reference in New Issue
Block a user