Skip to content

Commit

Permalink
feat: update title
Browse files Browse the repository at this point in the history
  • Loading branch information
victorfrye committed Jan 22, 2024
1 parent da3a1a2 commit 56a0db9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Client/Components/Pages/Home.razor
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@page "/"

<PageTitle>Victor Frye</PageTitle>
<PageTitle>Victor Frye | Your friendly neighborhood technologist</PageTitle>

<Banner />
<About />
Expand Down
2 changes: 1 addition & 1 deletion src/Client/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Victor Frye</title>
<title>Victor Frye | Your friendly neighborhood technologist</title>
<base href="/" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
Expand Down

0 comments on commit 56a0db9

Please sign in to comment.