Skip to content

Commit

Permalink
change header
Browse files Browse the repository at this point in the history
  • Loading branch information
DwainAnderson committed Aug 31, 2024
1 parent 09ade29 commit 8683783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ function Header() {
const backgroundImage = '/assets/winter-1.jpg';
return (
<header style={{backgroundImage: `url(${backgroundImage})`}}>
<h1 style={{fontSize: 'x-large'}}>Dwain Anderson :: Software Developer & Self-Proclaimed Scientist</h1>
<h1 style={{fontSize: 'x-large'}}>Dwain Anderson :: Software Developer & Statistician</h1>
<Menu />
</header>
);
Expand Down

0 comments on commit 8683783

Please sign in to comment.