Skip to content

Commit

Permalink
Simplifying list names
Browse files Browse the repository at this point in the history
  • Loading branch information
WesCook committed Oct 28, 2024
1 parent aa14520 commit cc8e6bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/CategoryList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@
<h4>Actively-running events</h4>
<ul class="list">
<CategoryListEvent
title="Tildes Backlog Burner - Nov 2024 Flow"
title="Backlog Burner: Nov 2024 Flow"
file="tildes-gaming-nov-2024-flow.json"
:selected-name="loadedJSON?.name"
@load-file="loadFile"
@lock-download="lockDownload"
/>
<CategoryListEvent
title="Tildes Backlog Burner - Nov 2024 Flux"
title="Backlog Burner: Nov 2024 Flux"
file="tildes-gaming-nov-2024-flux.json"
:selected-name="loadedJSON?.name"
@load-file="loadFile"
Expand All @@ -100,14 +100,14 @@
<h4>Older events</h4>
<ul class="list">
<CategoryListEvent
title="Tildes Backlog Burner - May 2024"
title="Backlog Burner: May 2024"
file="tildes-gaming-may-2024.json"
:selected-name="loadedJSON?.name"
@load-file="loadFile"
@lock-download="lockDownload"
/>
<CategoryListEvent
title="Tildes Backlog Burner - Nov 2023"
title="Backlog Burner: Nov 2023"
file="tildes-gaming-nov-2023.json"
:selected-name="loadedJSON?.name"
@load-file="loadFile"
Expand Down

0 comments on commit cc8e6bb

Please sign in to comment.