Skip to content

Commit

Permalink
header removed in bridge form + margin on tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed Dec 15, 2022
1 parent 527a0c5 commit e46c04f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions packages/bridge-ui/src/components/TaikoBanner.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
import SelectChain from "./form/SelectChain.svelte";
</script>

<div class="taiko-banner bg-cover bg-center bg-no-repeat h-36 rounded-lg py-4 flex flex-col items-center justify-center md:w-[450px]">
<h1 class="text-2xl font-bold">
{$_("home.title")}
</h1>
<div
class="taiko-banner bg-cover bg-center bg-no-repeat h-36 rounded-lg py-4 flex flex-col items-center justify-center md:w-[450px]"
>
<SelectChain />
</div>
</div>
2 changes: 1 addition & 1 deletion packages/bridge-ui/src/pages/home/Home.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div class="hero bg-base-100">
<div class="hero-content text-center">
<div class="">
<div class="tabs">
<div class="tabs mb-4">
<span
class="tab tab-bordered {activeTab === 'bridge' ? 'tab-active' : ''}"
on:click={() => (activeTab = "bridge")}>Bridge</span
Expand Down

0 comments on commit e46c04f

Please sign in to comment.