mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-07 12:57:49 +00:00
update self-closing tags
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
<h1 class="text-title font-aeonik-pro">Tutorials</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div class="web-article-header-end" />
|
||||
<div class="web-article-header-end"></div>
|
||||
</header>
|
||||
<div class="web-article-content web-u-gap-80">
|
||||
{#each data.tutorials as category}
|
||||
@@ -84,7 +84,7 @@
|
||||
<span
|
||||
class="{getIcon(tutorial)} web-u-font-size-24"
|
||||
aria-hidden="true"
|
||||
/>
|
||||
></span>
|
||||
<h3 class="text-sub-body text-primary font-medium">
|
||||
{tutorial.framework}
|
||||
</h3>
|
||||
@@ -97,7 +97,7 @@
|
||||
<span
|
||||
class="{getIcon(tutorial)} web-u-font-size-24"
|
||||
aria-hidden="true"
|
||||
/>
|
||||
></span>
|
||||
<h3 class="text-sub-body text-primary font-medium">
|
||||
{tutorial.framework}
|
||||
</h3>
|
||||
|
||||
Reference in New Issue
Block a user