Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdibha committed Jan 22, 2024
1 parent a6adcc7 commit 22046ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const Footer = () => {
return (
<div className="container mt-36 pb-8">
<Separator className="mb-4" />
<div className="flex xs:items-center xs:justify-between flex-col xs:flex-row gap-6">
<div className="flex flex-col gap-6 xs:flex-row xs:items-center xs:justify-between">
<p className="text-sm">Copyright © 2023 vapi.tn</p>
<div className="flex h-5 items-center space-x-4">
<div className="flex h-5 items-center space-x-1">
Expand Down

0 comments on commit 22046ec

Please sign in to comment.