Skip to content

Commit 02c7116

Browse files
fix
1 parent 210919a commit 02c7116

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/page.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -452,9 +452,9 @@ export default function Index() {
452452
thumbnailSrc="/images/index/how-to-use-preview.png"
453453
/>
454454

455-
<h3 className="mb-1 mt-5 text-xl font-semibold md:text-xl">
455+
<p className="mb-1 mt-5 text-xl font-semibold md:text-xl">
456456
How to use Postgresus (overview)?
457-
</h3>
457+
</p>
458458

459459
<p>
460460
Watch in this short 4 minutes video how to use Postgresus: how
@@ -799,7 +799,7 @@ export default function Index() {
799799
<h3 className="text-xl font-bold md:text-2xl">
800800
Access management
801801
</h3>
802-
<span className="rounded bg-blue-100 px-2 py-1 text-xs font-semibold text-blue-600 ml-auto mb-auto">
802+
<span className="rounded bg-blue-100 px-2 py-1 text-xs font-semibold text-blue-700 ml-auto mb-auto">
803803
for&nbsp;teams
804804
</span>
805805
</div>
@@ -828,7 +828,7 @@ export default function Index() {
828828
<div className="h-[320px] max-h-[320px] w-[320px] rounded-2xl bg-white p-8 md:h-[390px] md:max-h-[390px] md:w-[390px]">
829829
<div className="mb-3 flex items-center gap-2">
830830
<h3 className="text-xl font-bold md:text-2xl">Audit logs</h3>
831-
<span className="rounded bg-blue-100 px-2 py-1 text-xs font-semibold text-blue-600 ml-auto mb-auto">
831+
<span className="rounded bg-blue-100 px-2 py-1 text-xs font-semibold text-blue-700 ml-auto mb-auto">
832832
for teams
833833
</span>
834834
</div>

0 commit comments

Comments
 (0)