diff options
author | Frankie B <git@diskfloppy.me> | 2024-01-03 13:07:59 +0000 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2024-01-03 13:07:59 +0000 |
commit | 1da379d02377a6d4abd429ef514a807c09de9d96 (patch) | |
tree | bbea4a4474988d75902ae590ed4af9bcef75af96 /resources | |
parent | 711a8de27ba976af5fa6e444f3ef4321293e258e (diff) |
Update homepage (correct dumb typo)
Diffstat (limited to 'resources')
-rw-r--r-- | resources/views/pages/home.blade.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/views/pages/home.blade.php b/resources/views/pages/home.blade.php index e5dd9fa..fd6938c 100644 --- a/resources/views/pages/home.blade.php +++ b/resources/views/pages/home.blade.php @@ -2,7 +2,7 @@ @section('title', 'Home') @section('description', 'This is the personal homepage of floppydisk.') @section('content') - <p>Hi! This my personal homepage on the <strong>W</strong>orld <strong>W</strong>ide <strong>W</strong>eb.</p> + <p>Hi! This is my personal homepage on the <strong>W</strong>orld <strong>W</strong>ide <strong>W</strong>eb.</p> <table class="info-table" role="presentation"> <caption> @@ -16,7 +16,7 @@ <td>◆ Theatre Technician, "Web Developer" and NixOS User</td> </tr> <tr> - <td>◆ Loves ETC desks but often prefers Generics to LEDs</td> + <td>◆ Loves ETC desks, prefers Generics to LEDs for some reason</td> </tr> <tr> <td>◆ Spends way too much time on his computer</td> |