mirror of
https://github.com/ershisan99/www.git
synced 2026-01-06 12:35:13 +00:00
update stream card (again, but now it's even better)
This commit is contained in:
@@ -79,7 +79,7 @@ export function StreamCardClient() {
|
||||
return (
|
||||
<div
|
||||
style={{ zoom: '200%' }}
|
||||
className='flex h-10 w-full max-w-[700px] items-center overflow-hidden rounded-md border-2 border-slate-800 bg-slate-900/90 text-white shadow-lg backdrop-blur-sm'
|
||||
className='flex h-10 w-full max-w-[550px] items-center overflow-hidden rounded-md border-2 border-slate-800 bg-slate-900/90 text-white shadow-lg backdrop-blur-sm'
|
||||
>
|
||||
<div className='flex h-full items-center gap-1 border-slate-700 border-r bg-gradient-to-r from-indigo-600 to-purple-600 px-2'>
|
||||
<span className='font-bold text-sm'>{playerData.rank}</span>
|
||||
@@ -121,7 +121,7 @@ export function StreamCardClient() {
|
||||
</div>
|
||||
|
||||
{/* Streak */}
|
||||
<div className='flex items-center gap-1.5 border-slate-700 border-r px-2'>
|
||||
<div className='flex items-center gap-1.5 border-slate-700 px-2'>
|
||||
<div>Streak:</div>
|
||||
<div className='font-bold text-emerald-400'>{playerData.streak}</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user