Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Navigation from "./Navigation.astro";

<div class="header">
<div class="header-logo">
<h2>dylan headley</h2>
<h2>under construction</h2>
</div>
<div class="header-nav">
<Navigation />
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import BaseLayout from "../layouts/BaseLayout.astro";
</div>
</div>
<div class="hero-image">
<img class="hero-image" src="img/image.png" height=636 width=447 alt="Profile photo">
<img class="hero-image" src="img/picture_placeholder.png" height=636 width=447 alt="Profile photo">
</div>
</div>
</section>
Expand Down
Loading