Skip to content

Commit

Permalink
update:change imageradius from let to const
Browse files Browse the repository at this point in the history
  • Loading branch information
maceteligolden committed Nov 24, 2023
1 parent 13e3e7c commit 3a9b7d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/web/lib/components/kanban-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,10 @@ function TagList({tags}: {
)
}

let imageRadius = 20;

const stackImages = (index: number, length: number) => {
const imageRadius = 20;

const total_length = ((length+1) * imageRadius);

return {
Expand Down

0 comments on commit 3a9b7d9

Please sign in to comment.