Skip to content

Commit

Permalink
text-align center
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity committed Feb 2, 2024
1 parent 56c9fbc commit e61d523
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/ui/app/src/custom-docs-page/Feedback.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const Feedback: FC<FeedbackProps> = ({ className }) => {
)}
>
{!sent ? (
<div className="flex flex-col items-center gap-1 p-2">
<div className="flex flex-col items-center gap-1 p-2 text-center">
<span className="t-muted text-sm">Did this page help you?</span>
<div className="flex items-center">
<FernButton
Expand All @@ -68,8 +68,8 @@ export const Feedback: FC<FeedbackProps> = ({ className }) => {
</div>
</div>
) : (
<div className="px-4 py-2">
<div className="t-muted text-sm">Thank you for your feedback!</div>
<div className="px-4 py-2 text-center">
<span className="t-muted text-sm">Thank you for your feedback!</span>
</div>
)}
{!sent && (
Expand Down

0 comments on commit e61d523

Please sign in to comment.