Skip to content

Commit

Permalink
Merge pull request #476 from picsoritdidnthappen/remove-beta-banner
Browse files Browse the repository at this point in the history
Remove beta banner
  • Loading branch information
picsoritdidnthappen authored Jan 16, 2025
2 parents aa42e24 + 4c048cc commit 0424c22
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
9 changes: 0 additions & 9 deletions src/components/global/Banner.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions src/components/layout/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import Link from 'next/link';
import React, { useState } from 'react';

import { useGetChain } from '@/hooks/useGetChain';
import Banner from '@/components/global/Banner';
import SlideOverMenu from '@/components/global/SlideOverMenu';
import Logo from '@/components/ui/Logo';
import {
Expand Down Expand Up @@ -50,7 +49,6 @@ const Header = () => {
>
<SlideOverMenu />
</Drawer>
<Banner />
<div className='flex justify-between items-center h-[4.5rem] px-4 lg:px-20 border-b border-white'>
<div className='flex'>
<button
Expand Down

0 comments on commit 0424c22

Please sign in to comment.