Skip to content

Commit

Permalink
fix: refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
impelcrypto committed Nov 27, 2024
1 parent 6111c9c commit 1402fc3
Show file tree
Hide file tree
Showing 7 changed files with 188 additions and 295 deletions.
1 change: 1 addition & 0 deletions src/components/assets/transfer/Information.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<astar-icon-play size="24" />
</div>
</a>
<!-- Todo: remove the v-if once we have FAQ from CCIP Bridge -->
<div v-if="transferType !== HistoryTxType.CCIP_BRIDGE" id="faq" class="container--information">
<div class="row--title">
<astar-icon-group size="20" />
Expand Down
2 changes: 1 addition & 1 deletion src/components/bridge/ccip/CcipBridge.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="wrapper--l1-bridge">
<div class="wrapper--ccip-bridge">
<div class="rows">
<div class="box--input-field">
<div class="box__space-between">
Expand Down
80 changes: 0 additions & 80 deletions src/components/bridge/ccip/SelectToken.vue

This file was deleted.

2 changes: 1 addition & 1 deletion src/components/bridge/ccip/styles/ccip-bridge.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import 'src/css/quasar.variables.scss';

.wrapper--l1-bridge {
.wrapper--ccip-bridge {
display: flex;
flex-direction: column;
align-items: center;
Expand Down
210 changes: 0 additions & 210 deletions src/components/bridge/ccip/styles/select-token.scss

This file was deleted.

Loading

0 comments on commit 1402fc3

Please sign in to comment.