File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,21 +33,10 @@ A player can only spend recurring credits as instructed by the card that is host
3333Some 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 >
You can’t perform that action at this time.
0 commit comments