fix: remove duplicate refresh button
This commit is contained in:
@@ -161,13 +161,6 @@ export default function DashboardPage() {
|
|||||||
<Coffee className="mr-2 h-5 w-5" />
|
<Coffee className="mr-2 h-5 w-5" />
|
||||||
BUY FEED
|
BUY FEED
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
|
||||||
variant="outline"
|
|
||||||
onClick={handleRefresh}
|
|
||||||
className="rounded-full border-2 border-primary bg-background font-bold text-primary hover:bg-primary/10"
|
|
||||||
>
|
|
||||||
<RefreshCw className="h-5 w-5" />
|
|
||||||
</Button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user