mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-08 12:57:48 +00:00
change all text to new tw
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
<div class="web-article-content web-u-gap-80">
|
||||
{#each data.tutorials as category}
|
||||
<section class="flex flex-col gap-6">
|
||||
<h2 class="web-eyebrow">{category.title}</h2>
|
||||
<h2 class="text-micro uppercase">{category.title}</h2>
|
||||
<ul class="web-grid-row-4 web-grid-row-4-mobile-2">
|
||||
{#each category.tutorials as tutorial}
|
||||
<li>
|
||||
@@ -85,10 +85,10 @@
|
||||
class="{getIcon(tutorial)} web-u-font-size-24"
|
||||
aria-hidden="true"
|
||||
/>
|
||||
<h3 class="web-sub-body-500 text-primary">
|
||||
<h3 class="text-sub-body font-medium text-primary">
|
||||
{tutorial.framework}
|
||||
</h3>
|
||||
<span class="badge web-caption-400">Coming Soon</span>
|
||||
<span class="badge text-caption">Coming Soon</span>
|
||||
</header>
|
||||
</a>
|
||||
{:else}
|
||||
@@ -98,11 +98,11 @@
|
||||
class="{getIcon(tutorial)} web-u-font-size-24"
|
||||
aria-hidden="true"
|
||||
/>
|
||||
<h3 class="web-sub-body-500 text-primary">
|
||||
<h3 class="text-sub-body font-medium text-primary">
|
||||
{tutorial.framework}
|
||||
</h3>
|
||||
</header>
|
||||
<p class="web-sub-body-400 mt-1">
|
||||
<p class="text-sub-body mt-1">
|
||||
{tutorial.title}
|
||||
</p>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user