Skip to content

Commit

Permalink
Revert "Add SpringOne CFP banner (#20)"
Browse files Browse the repository at this point in the history
This reverts commit 7db86c0.
  • Loading branch information
jonatan-ivanov committed May 6, 2024
1 parent 9312288 commit 900f155
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 900f155

Please sign in to comment.