mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-07 04:22:09 +00:00
Fix some missing prettier
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
<main class="web-main-section" id="main">
|
||||
<article class="web-article">
|
||||
<header class="web-article-header">
|
||||
<div class="web-article-header-start flex flex-col web-u-cross-start">
|
||||
<div class="web-article-header-start web-u-cross-start flex flex-col">
|
||||
<div class="relative flex items-center">
|
||||
<h1 class="text-title font-aeonik-pro">Tutorials</h1>
|
||||
</div>
|
||||
@@ -70,7 +70,7 @@
|
||||
{#each data.tutorials as category}
|
||||
<section class="flex flex-col gap-6">
|
||||
<h2 class="text-micro uppercase">{category.title}</h2>
|
||||
<ul class="web-grid-row-4 web-grid-row-4-mobile-1 ">
|
||||
<ul class="web-grid-row-4 web-grid-row-4-mobile-1">
|
||||
{#each category.tutorials as tutorial}
|
||||
<li>
|
||||
{#if tutorial.draft === true}
|
||||
@@ -85,7 +85,7 @@
|
||||
class="{getIcon(tutorial)} web-u-font-size-24"
|
||||
aria-hidden="true"
|
||||
/>
|
||||
<h3 class="text-sub-body font-medium text-primary">
|
||||
<h3 class="text-sub-body text-primary font-medium">
|
||||
{tutorial.framework}
|
||||
</h3>
|
||||
<span class="badge text-caption">Coming Soon</span>
|
||||
@@ -98,7 +98,7 @@
|
||||
class="{getIcon(tutorial)} web-u-font-size-24"
|
||||
aria-hidden="true"
|
||||
/>
|
||||
<h3 class="text-sub-body font-medium text-primary">
|
||||
<h3 class="text-sub-body text-primary font-medium">
|
||||
{tutorial.framework}
|
||||
</h3>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user