Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.
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
210 changes: 0 additions & 210 deletions src/app/trade/[assetId]/page.tsx

This file was deleted.

11 changes: 0 additions & 11 deletions src/app/trade/page.tsx

This file was deleted.

8 changes: 0 additions & 8 deletions src/components/Dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -394,14 +394,6 @@ const Dashboard: React.FC = () => {
? formatPercentage(asset.change24h)
: "—"}
</div>
<button
onClick={() => router.push(`/trade/${asset.id}`)}
className="view-asset-button"
aria-label={strings.en.cards.favorites.actions.view}
title={strings.en.cards.favorites.actions.view}
>
<FaEye />
</button>
<button
onClick={() => handleRemoveFavorite(asset.id)}
className="remove-favorite-button"
Expand Down
2 changes: 0 additions & 2 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
"use client";

import React from "react";
import { SliderPrice } from "./SliderPrice";
import { SliderPlanets } from "./SliderPlanets";
import styles from "../styles/footer.module.css";

export const Footer: React.FC = () => {
return (
<footer className={styles.footerContainer}>
<div className="w-full">
<SliderPrice />
<SliderPlanets />
</div>
</footer>
Expand Down
2 changes: 0 additions & 2 deletions src/components/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@ export default function Home() {
title: strings.en.features.three.title.toLowerCase(),
description: (
<>
<Link href={ROUTES.TRADE}>{strings.en.links.predict.link}</Link>
{strings.en.links.predict.suffix}
<Link href={ROUTES.PREDICT}>
{strings.en.links.predict.secondLink}
</Link>
Expand Down
Loading