change text classes

This commit is contained in:
2024-09-18 18:29:26 +02:00
parent 5e7e2272f7
commit 194f990569
54 changed files with 221 additions and 335 deletions

View File

@@ -21,15 +21,10 @@
"static/chunks/main-app.js",
"static/chunks/app/not-found.js"
],
"/features/page": [
"/_not-found/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/features/page.js"
],
"/features/layout": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/features/layout.js"
"static/chunks/app/_not-found/page.js"
],
"/community/page": [
"static/chunks/webpack.js",
@@ -41,15 +36,15 @@
"static/chunks/main-app.js",
"static/chunks/app/community/layout.js"
],
"/_not-found/page": [
"/features/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/_not-found/page.js"
"static/chunks/app/features/page.js"
],
"/community/events/blockchainweek2/page": [
"/features/layout": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/community/events/blockchainweek2/page.js"
"static/chunks/app/features/layout.js"
],
"/usecases/page": [
"static/chunks/webpack.js",
@@ -60,11 +55,6 @@
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/usecases/layout.js"
],
"/community/blogs/herogpt/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/community/blogs/herogpt/page.js"
]
}
}