mirror of
https://git.aria.coffee/BuyMyAria/aria.coffee.git
synced 2025-08-05 17:49:57 +00:00
God I love optimisation
This commit is contained in:
parent
7721ded376
commit
6a99f94759
10 changed files with 22 additions and 9 deletions
|
@ -8,7 +8,7 @@ export default function Greeting({ messages }) {
|
|||
|
||||
return (
|
||||
<div>
|
||||
<h3>{greeting}! Thank you for visiting!</h3>
|
||||
<h2>{greeting}! Thank you for visiting!</h2>
|
||||
<button
|
||||
class="greetButton px-2 rounded-xl"
|
||||
onClick={() => setGreeting(randomMessage())}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue