Skip to content

Commit

Permalink
feat(frontend): add Lichess to recogntions
Browse files Browse the repository at this point in the history
  • Loading branch information
DecentM committed Oct 9, 2023
1 parent 7a19448 commit ed0edfb
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions apps/frontend/src/pages/index-page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,26 @@ import ChessPiece from '../components/chess-piece.vue'
</q-item-label>
</q-item-section>
</q-item>

<q-item
clickable
href="https://database.lichess.org/"
target="_blank"
rel="noopener"
>
<q-item-section avatar>
<q-avatar rounded>
<q-icon name="book" />
</q-avatar>
</q-item-section>

<q-item-section>
<q-item-label> Opening moves </q-item-label>
<q-item-label caption :lines="2">
<span>Lichess</span>
</q-item-label>
</q-item-section>
</q-item>
</q-list>
</q-card-section>
</q-card>
Expand Down

0 comments on commit ed0edfb

Please sign in to comment.