bigger role buttons, better delete icon, other small styling tweaks, update tutorial language (#211)

* bigger role buttons, other small styling tweaks, update tutorial language

* fix depracated github actions dependency

* fix margin
This commit is contained in:
Alec
2025-12-28 23:38:18 -05:00
committed by GitHub
parent 2a4fa2861f
commit 75189d109a
8 changed files with 45 additions and 41 deletions

View File

@@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'