chore: fix typo

This commit is contained in:
Steven 2024-08-29 20:33:36 +08:00
parent 220cabfb5b
commit b359b8f1cc

View File

@ -210,7 +210,7 @@ const SubscriptionSetting: React.FC = () => {
</li> </li>
<li className="flex items-center dark:text-gray-300"> <li className="flex items-center dark:text-gray-300">
<Icon.Sparkles className="w-5 h-auto text-green-600 mr-1 shrink-0" /> <Icon.Sparkles className="w-5 h-auto text-green-600 mr-1 shrink-0" />
More Coming Soon More coming soon
</li> </li>
</ul> </ul>
</div> </div>
@ -218,7 +218,7 @@ const SubscriptionSetting: React.FC = () => {
<Link <Link
className="w-full" className="w-full"
underline="none" underline="none"
href="mailto:yourselfhosted@gmail.com?subject=Inquiry about Slash Team PLan" href="mailto:yourselfhosted@gmail.com?subject=Inquiry about Slash Team Plan"
target="_blank" target="_blank"
> >
<Button className="w-full">Contact us</Button> <Button className="w-full">Contact us</Button>