Skip to content
This repository was archived by the owner on Sep 28, 2023. It is now read-only.

Re-styling a bit #179

Merged
merged 1 commit into from
Oct 3, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion app/components/Banner/Banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ function Banner() {
<div className="logo-text">
<h1>JAVAZONE</h1>
<h2>September 12th - 13th, 2018</h2>
<h2>Thank you for attending! See you in 2019!</h2>
<h2>Thank you for joining us in 2018!</h2>
<h2>See you next year!</h2>
</div>
</div>
)
Expand Down