Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
chore: fixed qoute usage
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsen-deriv committed Nov 13, 2023
1 parent b05a7fe commit a53610b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/templates/src/lib/home/sections/hero/data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const renderHomeHeroSliderContent = () => (

export const HomeHeroForm = () => {
return (
<div className={`flex flex-col gap-general-lg`}>
<div className={'flex flex-col gap-general-lg'}>
<div className="flex flex-col items-center justify-between gap-gap-lg md:flex-row">
<TextField placeholder="Email Address" type="email" />
<Button size="lg" fullWidth>
Expand Down

0 comments on commit a53610b

Please sign in to comment.