We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 792dc71 commit 2778c03Copy full SHA for 2778c03
pages/introduction.mdx
@@ -5,7 +5,11 @@ description: 'Welcome to Postiz documentation'
5
6
---
7
8
-import { Cards } from "nextra/components";
+import { Cards, Callout } from "nextra/components";
9
+
10
+<Callout>
11
+ YouTube Channel: https://youtube.com/@postizofficial
12
+</Callout>
13
14
<div className="nx-mt-5 w-full flex justify-center rounded-full">
15
<img className="hidden nx-dark:block" style={{maxWidth: 150}} src="/logo/dark.png" alt="Hero Dark" />
0 commit comments