Skip to content

Commit

Permalink
feat(ui/web/terminal-text): adjust tilde alignment with text to flex-…
Browse files Browse the repository at this point in the history
…start
  • Loading branch information
HasithDeAlwis authored and MFarabi619 committed Jan 6, 2025
1 parent 83280ab commit ae63f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/shared/ui/terminal-text/terminal-text.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const callToActionVariation = cva('', {
})

const terminalTextVariation = cva(
'flex flex-row gap-x-3 font-sans items-center',
'flex flex-row gap-x-3 font-sans items-start',
)

export function TerminalText({
Expand Down

0 comments on commit ae63f4e

Please sign in to comment.