add viewProfile example

This commit is contained in:
Tony D'Addeo
2025-01-06 16:54:40 -06:00
committed by lucas-neynar
parent 7cde86a049
commit 805036bdaf
9 changed files with 266 additions and 38 deletions

View File

@@ -28,3 +28,9 @@ body {
*::-webkit-scrollbar {
display: none;
}
@layer base {
:root {
--radius: 0.5rem;
}
}