feat: use a more rememberable public name
This commit is contained in:
parent
211d895fa8
commit
f3fd09d34a
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ export default function Footer() {
|
|||
<footer className="flex h-32 justify-center bg-light-footer-bg px-4 text-light-footer-text dark:bg-dark-footer-bg dark:text-dark-footer-text">
|
||||
<div className="flex h-full w-full max-w-screen-desktop items-center justify-between text-center">
|
||||
<div>
|
||||
Created by <b>developomp</b>
|
||||
Created by <b>pomp</b>
|
||||
</div>
|
||||
<div className="flex items-center gap-2">
|
||||
<a
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
/>
|
||||
|
||||
<h1 class="mb-16 px-4 py-2 text-center text-4xl">
|
||||
<HandWave />Hello! I am <b>developomp</b>
|
||||
<HandWave />Hello, I am <b>pomp</b>!
|
||||
</h1>
|
||||
|
||||
<span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue