Spaces:
Running
Running
fix(settings): add back application settings title
Browse files
src/routes/settings/(nav)/application/+page.svelte
CHANGED
@@ -13,6 +13,7 @@
|
|
13 |
</script>
|
14 |
|
15 |
<div class="flex w-full flex-col gap-5">
|
|
|
16 |
{#if !!envPublic.PUBLIC_COMMIT_SHA}
|
17 |
<div class="flex flex-col items-start justify-between text-xl font-semibold text-gray-800">
|
18 |
<a
|
|
|
13 |
</script>
|
14 |
|
15 |
<div class="flex w-full flex-col gap-5">
|
16 |
+
<h2 class="text-center text-xl font-semibold text-gray-800 md:text-left">Application Settings</h2>
|
17 |
{#if !!envPublic.PUBLIC_COMMIT_SHA}
|
18 |
<div class="flex flex-col items-start justify-between text-xl font-semibold text-gray-800">
|
19 |
<a
|