Skip to content

Commit d45a481

Browse files
Update resources.md
1 parent 5518b02 commit d45a481

1 file changed

Lines changed: 4 additions & 15 deletions

File tree

docs/advanced/resources.md

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,10 @@ A player can only spend recurring credits as instructed by the card that is host
3333
Some cards have a variable credit cost of “X.” Such a card describes how a player determines its cost.
3434

3535
<div class="nav-buttons">
36-
<!-- Previous Button -->
37-
<a href="/docs/advanced/effects" class="nav-button" aria-label="Previous page">
38-
<div class="nav-item">
39-
<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50">
40-
<path d="M30 20L20 30L30 40" />
41-
</svg>
42-
</div>
36+
<a href="/docs/advanced/effects" class="nav-button prev" aria-label="Previous page">
37+
<div class="nav-item"></div>
4338
</a>
44-
45-
<!-- Next Button -->
46-
<a href="/docs/advanced/interactions" class="nav-button" aria-label="Next page">
47-
<div class="nav-item">
48-
<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50">
49-
<path d="M20 20L30 30L20 40" />
50-
</svg>
51-
</div>
39+
<a href="/docs/advanced/interactions" class="nav-button next" aria-label="Next page">
40+
<div class="nav-item"></div>
5241
</a>
5342
</div>

0 commit comments

Comments
 (0)