Updating game data to mid season patch and made card gallery nicer
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
@namespace Shared.Pages
|
||||
@inject CardRenderingService CardRenderer
|
||||
@page "/decks/{Name}"
|
||||
@using Model
|
||||
|
||||
<PageTitle>Chrono CCG - @(deck?.Name ?? "Deck Details")</PageTitle>
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
@namespace Shared.Pages
|
||||
@page "/decks"
|
||||
@using Model
|
||||
|
||||
<PageTitle>Chrono CCG - Decks</PageTitle>
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
@namespace Shared.Pages
|
||||
@page "/docs"
|
||||
@using Model
|
||||
|
||||
<PageTitle>Docs</PageTitle>
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@namespace Shared.Pages
|
||||
@page "/"
|
||||
@page "/home"
|
||||
|
||||
<PageTitle>Slop Game Reference - Chrono CCG</PageTitle>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
AI generated website for reference notes on playing Chrono CCG.
|
||||
</p>
|
||||
<div class="hero-actions">
|
||||
<a class="cta-button primary" href="/cards">
|
||||
<a class="cta-button primary" href="/">
|
||||
<i class="bi bi-collection-fill"></i> Browse Cards
|
||||
</a>
|
||||
<a class="cta-button secondary" href="/agents">
|
||||
|
||||
Reference in New Issue
Block a user