Skip to content

Commit

Permalink
Members: add icons
Browse files Browse the repository at this point in the history
  • Loading branch information
vladh committed Dec 21, 2024
1 parent 30d8d2d commit bbb4b92
Show file tree
Hide file tree
Showing 4 changed files with 188 additions and 5 deletions.
45 changes: 45 additions & 0 deletions public/icons/grid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
103 changes: 103 additions & 0 deletions public/icons/icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions public/icons/table.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 6 additions & 5 deletions src/pages/members/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,12 @@ import TotalTally from "../../components/TotalTally.astro";

<div class="controls">
<div class="button-group">
<button class="button button--small tabular-trigger"
>table</button
><button class="button button--small grid-trigger"
>grid</button
>
<button class="button button--small tabular-trigger">
<img class="icon" src="/icons/table.svg">
</button>
<button class="button button--small grid-trigger">
<img class="icon" src="/icons/grid.svg">
</button>
</div>
</div>

Expand Down

0 comments on commit bbb4b92

Please sign in to comment.