Skip to content

Commit 936df0f

Browse files
Update index.md
1 parent d45a481 commit 936df0f

1 file changed

Lines changed: 4 additions & 15 deletions

File tree

docs/deckbuilding/index.md

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,10 @@ Once you’ve built your deck, it is time to play some games! This is where you
3737
enough resources? Is your ice too expensive? Are you drawing your icebreakers fast enough? Figure out what the weak points of your deck are, and try switching out some cards. Looking through your cards again, you may even have another idea for a different deck!
3838

3939
<div class="nav-buttons">
40-
<!-- Previous Button -->
41-
<a href="/docs/advanced/additional" class="nav-button" aria-label="Previous page">
42-
<div class="nav-item">
43-
<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50">
44-
<path d="M30 20L20 30L30 40" />
45-
</svg>
46-
</div>
40+
<a href="/docs/advanced/additional" class="nav-button prev" aria-label="Previous page">
41+
<div class="nav-item"></div>
4742
</a>
48-
49-
<!-- Next Button -->
50-
<a href="/docs/deckbuilding/restrictions" class="nav-button" aria-label="Next page">
51-
<div class="nav-item">
52-
<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50">
53-
<path d="M20 20L30 30L20 40" />
54-
</svg>
55-
</div>
43+
<a href="/docs/deckbuilding/restrictions" class="nav-button next" aria-label="Next page">
44+
<div class="nav-item"></div>
5645
</a>
5746
</div>

0 commit comments

Comments
 (0)