Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/pages/pro.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ function ProContent({
</BasicLink>
)}
</div>
<div className="ml-auto flex flex-wrap justify-end gap-2">
<div className="mr-auto md:mr-0 ml-auto flex justify-end gap-2">
{
<button
onClick={
Expand All @@ -147,7 +147,7 @@ function ProContent({
? () => setShowGenerateDashboardModal(true)
: () => setShowSubscribeModal(true)
}
className="pro-btn-blue flex items-center gap-1 rounded-md px-4 py-2"
className="pro-btn-blue flex items-center gap-1 rounded-md px-4 py-2 text-xs md:text-sm"
>
<Icon name="sparkles" height={16} width={16} />
Generate with LlamaAI
Expand All @@ -161,7 +161,7 @@ function ProContent({
? createNewDashboard
: () => setShowSubscribeModal(true)
}
className="pro-btn-purple flex items-center gap-1 rounded-md px-4 py-2"
className="pro-btn-purple flex items-center gap-1 rounded-md px-4 py-2 text-xs md:text-sm"
>
<Icon name="plus" height={16} width={16} />
Create New Dashboard
Expand Down