Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 8a7e4d6

Browse files
authored
Merge pull request #416 from janhq/fix-docs
revert: issue with pages
2 parents 88f1903 + f77e313 commit 8a7e4d6

File tree

1 file changed

+7
-1
lines changed
  • docs/src/containers/Homepage/MultiModal

1 file changed

+7
-1
lines changed

docs/src/containers/Homepage/MultiModal/index.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,20 @@ export default function MultiModal() {
3838
className="mb-2"
3939
/>
4040
<h6 className="font-medium text-xl">Vision</h6>
41+
<p className="mt-2 font-medium bg-blue-600 inline-flex px-2 rounded-md text-sm text-white">
42+
Coming Soon
43+
</p>
4144
</div>
4245
<div className="dark:bg-[#27272A]/20 bg-[#D4D4D8]/20 border dark:border-gray-800 border-gray-300 p-4 lg:p-6 rounded-lg">
4346
<img
4447
src="/img/multi-modals/ic-speech.svg"
4548
alt="Icon Speech"
4649
className="mb-2"
4750
/>
48-
<h6 className="font-medium text-xl">Hear</h6>
51+
<h6 className="font-medium text-xl">Speech</h6>
52+
<p className="mt-2 font-medium bg-blue-600 inline-flex px-2 rounded-md text-sm text-white">
53+
Coming Soon
54+
</p>
4955
</div>
5056
</div>
5157
</div>

0 commit comments

Comments
 (0)