Starting working on settings Page.

This commit is contained in:
charles-gauthereau
2024-11-16 17:05:55 +01:00
parent 9727eef581
commit b8218dcf85
11 changed files with 126 additions and 14 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ export const PageTitle = twx.h1((props) => [
export const PageDescription = twx.h2((props) => [
cn(`text-s mb-6 text-gray-700`, props.className),
cn(`text-s mb-6 `, props.className),
])