diff options
author | Frankie B <git@diskfloppy.me> | 2023-10-15 12:42:42 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-10-15 12:42:42 +0100 |
commit | 5773639e5f1a37fd765247b0985d6e490cdc13be (patch) | |
tree | cef747fd6cf46eef38a80b84ce8d85ac9d2ab2a4 | |
parent | e947a4b98d2a50db4d50cd2d8434a9a0a71bdfa0 (diff) |
Change section titles on homepage to h2
-rw-r--r-- | resources/views/pages/home.blade.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/resources/views/pages/home.blade.php b/resources/views/pages/home.blade.php index 9be0baf..b5fd55a 100644 --- a/resources/views/pages/home.blade.php +++ b/resources/views/pages/home.blade.php @@ -6,7 +6,7 @@ <table class="info-table"> <caption> - <h1>Fun Facts</h1> + <h2>Fun Facts</h2> <hr> </caption> <tr> @@ -29,7 +29,7 @@ <table class="info-table"> <caption> - <h1>Interests</h1> + <h2>Interests</h2> <hr> </caption> <tr> @@ -49,7 +49,7 @@ <table class="info-table"> <caption> - <h1>Contact & social</h1> + <h2>Contact & social</h2> <hr> </caption> <tr> @@ -73,7 +73,7 @@ <table class="info-table"> <caption> - <h1>niko</h1> + <h2>niko</h2> <hr> </caption> <tr> |