Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Feb 17, 2024
1 parent 0a75965 commit e327ee0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion www/src/components/header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ import { SITE_DESCRIPTION } from "../config";
</div>
<div class="flex flex-col">
<h1 class="p-0 m-0">
<a href="https://github.com/Hacksore/opx" class="font-bold" target="_blank">opx</a>
<a
href="https://github.com/Hacksore/opx"
class="font-bold"
target="_blank">opx</a
>
</h1>
<p>{SITE_DESCRIPTION}</p>
</div>
Expand Down

0 comments on commit e327ee0

Please sign in to comment.