Skip to content

Commit

Permalink
Add invisible inscription name for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdnbrk committed Jan 10, 2025
1 parent a2d2997 commit ee41057
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/views/collection.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

<main class="flex flex-col md:flex-row my-12">
@foreach($inscriptions as $inscription)
<span class="invisible">{{ $inscription->name }}</span>
@if($ninja5->fullSvgExistsForNumber($inscription->getInternalCollectionId()))
<div class="w-full flex justify-center border-b border-orange-700">
<a href="{{ route('inscription', $inscription) }}">
Expand Down

0 comments on commit ee41057

Please sign in to comment.