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 | ef3fd13b553d7bf1f0ae0d1360473f2ec3f42e5c (patch) | |
tree | cef747fd6cf46eef38a80b84ce8d85ac9d2ab2a4 /resources/views/pages | |
parent | 98b36dd0890d61b7aaa9bb13112c65f5e354a73a (diff) |
Change section titles on homepage to h2
Diffstat (limited to 'resources/views/pages')
-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> |