mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 18:20:48 +01:00
feat(components): update heading tags in blade templates
- Updated the heading tags in the `list_all.blade.php` files for champions, emotes, icons, and skins from `<h2>` to `<h1>`. - Also updated the heading tag in the `features.blade.php` file from `<h2>` to `<h1>`.
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
/** @var App\Models\SummonerEmote $emote */ ?>
|
||||
|
||||
<section class="max-w-screen-xl mx-auto mt-12">
|
||||
<h2
|
||||
<h1
|
||||
class="text-3xl font-bold text-center text-transparent uppercase sm:text-4xl
|
||||
bg-gradient-to-bl from-orange-300 to-orange-500 bg-clip-text">
|
||||
Summoner Emotes</h2>
|
||||
Summoner Emotes</h1>
|
||||
|
||||
<x-emotes.searchbar/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user