Skip to content

Commit 07e3b4b

Browse files
author
Alain Van Driessche
committed
authors
1 parent f80c987 commit 07e3b4b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

resources/views/2021/challenges/circle-of-dots.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<section class="codeweek-content-wrapper">
3333
<div class="m-6">
3434

35-
@include('2021.challenges._author', ['author' => 'Kristina Slišurić'])
35+
@include('2021.challenges._author', ['author' => __("challenges-content.$slug.author")])
3636

3737
<section class="grid grid-cols-1 gap-6 md:grid-cols-4 mx-6 my-4">
3838

resources/views/2021/challenges/craft-magic.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<section class="codeweek-content-wrapper">
3333
<div class="m-6">
3434

35-
@include('2021.challenges._author', ['author' => 'Kristina Slišurić'])
35+
@include('2021.challenges._author', ['author' => __("challenges-content.$slug.author")])
3636

3737
<section class="grid grid-cols-1 gap-6 md:grid-cols-4 mx-6 my-4">
3838

resources/views/2021/challenges/create-a-spiral.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<section class="codeweek-content-wrapper">
3333
<div class="m-6">
3434

35-
@include('2021.challenges._author', ['author' => 'Álvaro Molina Ayuso'])
35+
@include('2021.challenges._author', ['author' => __("challenges-content.$slug.author")])
3636

3737
<section class="grid grid-cols-1 gap-6 md:grid-cols-4 mx-6 my-4">
3838

resources/views/2021/challenges/emobot-kliki.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<section class="codeweek-content-wrapper">
3333
<div class="m-6">
3434

35-
@include('2021.challenges._author', ['author' => 'Kristina Slišurić'])
35+
@include('2021.challenges._author', ['author' => __("challenges-content.$slug.author")])
3636

3737
<section class="grid grid-cols-1 gap-6 md:grid-cols-4 mx-6 my-4">
3838

0 commit comments

Comments
 (0)