Skip to content

Commit

Permalink
fix: town hall image
Browse files Browse the repository at this point in the history
  • Loading branch information
csuvajit committed Oct 27, 2024
1 parent 8235afe commit 983cca5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions app/web/components/History.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ export function History({
padding: 1,
minHeight: '100vh',
flexShrink: 0,
background: '#2F3136',
borderRadius: '4px 4px 4px 4px'
background: '#2F3136'
// borderRadius: '4px 4px 4px 4px'
// borderLeft: `4px solid #5865f2`,
}}
>
Expand All @@ -94,9 +94,7 @@ export function History({
</Stack>
<Avatar
sx={{ width: 40, height: 40 }}
src={`https://coc.guide/static/imgs/other/town-hall-${attacker.townhallLevel}${
attacker.townhallLevel > 12 ? `-5` : ''
}.png`}
src={`https://cdn.coc.guide/static/imgs/other/town-hall-${attacker.townhallLevel}.png`}
variant="square"
/>
</Stack>
Expand Down

0 comments on commit 983cca5

Please sign in to comment.