Skip to content

Commit

Permalink
fix unitentional class name
Browse files Browse the repository at this point in the history
  • Loading branch information
Blakeinstein committed Jan 26, 2024
1 parent 4e1d069 commit 48a45b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/components/sections/hero/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
export let allProjects: ProjectMetaData[] = [];
</script>

<Section class="col header">
<Section class="col head">
<div class="blaine gradient-text">
<span>B</span>
<span>L</span>
Expand Down Expand Up @@ -48,7 +48,7 @@
}
}
:global(.header) {
:global(.head) {
align-items: center;
}
</style>

0 comments on commit 48a45b6

Please sign in to comment.