Skip to content

Commit

Permalink
Revert SpringOne banner
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatan-ivanov committed Sep 12, 2024
1 parent 33cafa1 commit 46e71b7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
11 changes: 0 additions & 11 deletions src/components/layout/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
@@ -1,11 +1,9 @@
import * as React from "react"
import Navbar from "./Navbar"
import Banner from "./Banner"

const Header = () => {
return (
<div className="header">
<Banner />
<Navbar />
</div>
)
Expand Down

0 comments on commit 46e71b7

Please sign in to comment.