Skip to content

Commit 039fad1

Browse files
committed
💄 updating thumbnails
1 parent e31f9ad commit 039fad1

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

i18n/en-US/components/Contributors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ core:
3636
role: "Autistic Artist"
3737
github: "Bilkaya"
3838
description: "Freelance illustrator for 10 years. Warcraft addict, aspiring cosplayer and druid tanker in WoW."
39-
contribution: "Mother of Nulla-Chan and reads scripts here and there under pure pressure of Mortaro."
39+
contribution: "Mother of Nulla-Chan and reads scripts here and there under pure pressure from Mortaro."
4040
- name: "Guilherme Correia"
4141
role: "import Member from <a href='https://github.com/vuejs-br' target='_blank' rel='noopener' class='ci1'>vuejs-br</a>"
4242
github: "GuiDevloper"

i18n/en-US/components/Home.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ playlist:
5656
videos:
5757
- title: "Full-stack with Nullstack - Part 1"
5858
link: "https://www.youtube.com/watch?v=l23z00GEar8&list=PL5ylYELQy1hyFbguVaShp3XujjdVXLpId"
59-
thumbnail: "/thumb-01.webp"
59+
thumbnail: "/thumbnail-en-us-1.webp"
6060
- title: "Full-stack with Nullstack - Part 2"
6161
link: "https://www.youtube.com/watch?v=_i5kKXkhBaM&list=PL5ylYELQy1hyFbguVaShp3XujjdVXLpId"
62-
thumbnail: "/thumb-02.webp"
62+
thumbnail: "/thumbnail-en-us-2.webp"
6363
- title: "Full-stack with Nullstack - Part 3"
6464
link: "https://www.youtube.com/watch?v=8PExa5-G1As&list=PL5ylYELQy1hyFbguVaShp3XujjdVXLpId"
65-
thumbnail: "/thumb-03.webp"
65+
thumbnail: "/thumbnail-en-us-3.webp"
6666
why:
6767
heading: "Why should you use Nullstack?"
6868
reasons:

public/thumb-03.webp

-100 KB
Binary file not shown.

public/thumbnail-en-us-1.webp

99.4 KB
Loading

public/thumbnail-en-us-3.webp

572 Bytes
Loading

src/Home.njs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ class Home extends Translatable {
118118
renderPlaylist({worker}) {
119119
if(!worker.online) return false;
120120
return (
121-
<section class="x xx md+bcm2t sm-p10t md+p20t sm-p2x">
121+
<section class="x xx sm-p10t md+p20t sm-p2x">
122122
<h2 class="x12 sm-fs8 md+fs12"> {this.i18n.playlist.heading} </h2>
123123
<p class="x12 fs4"> {this.i18n.playlist.tagline} </p>
124124
<div class="xl x12 p10t">

0 commit comments

Comments
 (0)