We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb0f10d commit b57bf0fCopy full SHA for b57bf0f
1 file changed
src/lib/components/about.svelte
@@ -11,12 +11,12 @@
11
let { class: klass, ...props }: AboutProps = $props();
12
</script>
13
14
-<div class={cn('rounded-lg bg-base-100 p-4', klass)} {...props}>
+<div class={cn('rounded-lg bg-base-100 p-4 text-center', klass)} {...props}>
15
<div>
16
<Subheading>About</Subheading>
17
- <Text
18
- >10xPrivacy is website dedicated to gathering and sharing information about digital privacy.
19
- It provides a curated feed of news, resources, and tools to help users protect themselves from
+ <Text class="mt-2">
+ 10xPrivacy is website dedicated to gathering and sharing information about digital privacy. It
+ provides a curated feed of news, resources, and tools to help users protect themselves from
20
surveillance capitalism.
21
</Text>
22
</div>
0 commit comments