mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-01 11:27:50 +00:00
chore: fix branding button style
This commit is contained in:
@ -75,7 +75,7 @@ const CollectionDashboard: React.FC = () => {
|
||||
</div>
|
||||
) : filteredCollections.length === 0 ? (
|
||||
<div className="py-16 w-full flex flex-col justify-center items-center text-gray-400">
|
||||
<Icon.PackageOpen className="w-16 h-auto" strokeWidth="1" />
|
||||
<Icon.PackageOpen size={64} strokeWidth={1} />
|
||||
<p className="mt-2">No collections found.</p>
|
||||
<a
|
||||
className="text-blue-600 border-t text-sm hover:underline flex flex-row justify-center items-center mt-4 pt-2"
|
||||
|
@ -77,7 +77,7 @@ const ShortcutDashboard: React.FC = () => {
|
||||
</div>
|
||||
) : orderedShortcutList.length === 0 ? (
|
||||
<div className="py-16 w-full flex flex-col justify-center items-center text-gray-400">
|
||||
<Icon.PackageOpen className="w-16 h-auto" strokeWidth="1" />
|
||||
<Icon.PackageOpen size={64} strokeWidth={1} />
|
||||
<p className="mt-2">No shortcuts found.</p>
|
||||
<a
|
||||
className="text-blue-600 border-t text-sm hover:underline flex flex-row justify-center items-center mt-4 pt-2"
|
||||
|
Reference in New Issue
Block a user