Created social page
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
<ion-header class="bg-white">
|
||||
<p class="text-center font-bold font-sans">Classement général</p>
|
||||
<ion-header>
|
||||
<ion-toolbar>
|
||||
<ion-title class="font-mono">
|
||||
Classement général
|
||||
</ion-title>
|
||||
</ion-toolbar>
|
||||
</ion-header>
|
||||
|
||||
<ion-content style="--background: #f7f6f2;">
|
||||
<div class="rounded-3xl px-5 m-3 bg-white overflow-auto font-mono">
|
||||
@for (user of users(); track user.id; let i = $index) {
|
||||
|
||||
Reference in New Issue
Block a user