Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion src/apps/insights/components/SignalCard/SignalCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export const SignalCard = forwardRef<HTMLDivElement, SignalCardProps>(
) : (
<>
<Copy className="w-3.5 h-3.5" />
Copy Strategy
<span className="hidden md:inline">Copy Strategy</span>
</>
)}
</button>
Expand Down
13 changes: 2 additions & 11 deletions src/apps/pillarx-app/components/PerpsTile/PerpsTile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@ const PerpsTile = () => {

return (
<TileContainer id="perps-tile">
<button
type="button"
onClick={handleNavigateToPerps}
className="w-full"
>
<button type="button" onClick={handleNavigateToPerps} className="w-full">
<div className="flex flex-col rounded-2xl bg-container_grey desktop:min-h-[320px] tablet:min-h-[280px] mobile:min-h-[240px] p-10 mobile:p-4 cursor-pointer relative overflow-hidden">
{/* Content */}
<div className="relative z-10 flex flex-col h-full">
Expand Down Expand Up @@ -44,12 +40,7 @@ const PerpsTile = () => {
<div className="flex-shrink-0 mobile:hidden">
<span className="inline-flex items-center justify-center gap-2 font-medium bg-purple_medium hover:bg-purple_medium/90 rounded-lg py-2 px-6 text-white desktop:text-base tablet:text-base transition-colors">
Start Trading
<svg
width="16"
height="16"
viewBox="0 0 16 16"
fill="none"
>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none">
<path
d="M6 12L10 8L6 4"
stroke="currentColor"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@ exports[`WalletPortfolioBalance > renders correctly and matches snapshot 1`] = `
class="flex flex-col gap-4"
>
<div
data-testid="account-selector"
class="flex items-center gap-2"
>
Account Selector
<div
data-testid="account-selector"
>
Account Selector
</div>
</div>
<div
data-testid="skeleton-loader"
Expand Down Expand Up @@ -42,9 +46,13 @@ exports[`WalletPortfolioBalance > renders correctly and matches snapshot 1`] = `
class="flex flex-col gap-4"
>
<div
data-testid="account-selector"
class="flex items-center gap-2"
>
Account Selector
<div
data-testid="account-selector"
>
Account Selector
</div>
</div>
<div
data-testid="skeleton-loader"
Expand Down