03.01.26
This commit is contained in:
10
src/App.jsx
10
src/App.jsx
@@ -529,7 +529,7 @@ export default function App() {
|
||||
{/* Card Last News (taille standard card) */}
|
||||
<Card className="p-4 rounded-xl border border-gray-200 dark:border-gray-700 shadow-md bg-white dark:bg-gray-800 hover:shadow-lg transition">
|
||||
<div className="flex justify-between items-center mb-4">
|
||||
<Title className="text-base">Forex</Title>
|
||||
<Title className="text-base">EUR/USD</Title>
|
||||
<TrendingUp className="w-6 h-6" />
|
||||
</div>
|
||||
<div className="space-y-3 text-sm">
|
||||
@@ -542,13 +542,7 @@ export default function App() {
|
||||
>
|
||||
<div className="ml-6">
|
||||
{/* LIGNE PRINCIPALE */}
|
||||
<div className="flex items-center gap-3 text-gray-500">
|
||||
|
||||
{/* PAIRE */}
|
||||
<span className="text-sm uppercase tracking-wide text-gray-600">
|
||||
{n.pair}
|
||||
</span>
|
||||
|
||||
<div className="flex items-center gap-2 text-gray-500">
|
||||
{/* VALEUR */}
|
||||
<span className="text-3xl font-bold tabular-nums">
|
||||
{n.value?.toFixed(4)}
|
||||
|
||||
Reference in New Issue
Block a user