Skip to content

Commit

Permalink
fix(app): restore devborder
Browse files Browse the repository at this point in the history
  • Loading branch information
cor committed May 30, 2024
1 parent f624ebf commit c828b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/routes/transfer/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ onMount(() => {
export let data: PageData
const { chains, assets } = data
// const devBorder = 0 && "outline outline-[1px] outline-pink-200/40"
const devBorder = 0 && "outline outline-[1px] outline-pink-200/40"
const queryParams = queryParameters(
{
Expand Down

0 comments on commit c828b3a

Please sign in to comment.