Skip to content

Commit

Permalink
fix(landing): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
anteqkois committed Jul 23, 2024
1 parent 1368e27 commit 682d7a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/app/(landing)/components/Tools.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ export const Tools = () => {
Wspierane narzędzia
<Underscore />
</Heading>
<ul>
{/* <ul>
{automations.map((e) => (
<li key={e} className="flex items-start gap-2 text-xl mt-4">
<Icons.Power className="text-primary/90 pt-1" size={'md'} />
<span dangerouslySetInnerHTML={{ __html: e }} />
</li>
))}
</ul>
</ul> */}
<div
className="w-4/5 h-4/6 inline-block rotate-1 bg-primary/40 absolute bottom-[10%] left-[40%] -translate-x-1/2 blur-[120px] -z-10 shadow"
style={{ animation: 'shadow-slide infinite 4s linear alternate' }}
Expand Down

0 comments on commit 682d7a7

Please sign in to comment.