Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

designchanges header #137

Merged
merged 1 commit into from
Sep 1, 2021
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
8 changes: 4 additions & 4 deletions components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default function Header({ docsType = "haystack" }: Props) {
return (
<header className="sticky top-0 p-2 sm:px-6 sm:py-3 z-10 w-full xl:max-w-8xl mx-auto flex items-center justify-between bg-dark-blue border-b border-medium-grey dark:bg-black">
<Link href="/" passHref>
<div className="w-44 lg:w-60">
<div className="w-44 lg:w-60 cursor-pointer">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 184 47"
Expand Down Expand Up @@ -100,17 +100,17 @@ export default function Header({ docsType = "haystack" }: Props) {
</div>
<div className="mr-8 xl:mr-12 2xl:mr-16">
<Link href="/community/join">
<div className="text-white font-bold lg:text-xl xl:text-2xl cursor-pointer">
<div className="font-bold lg:text-xl xl:text-2xl cursor-pointer text-green-dark-theme">
Join Slack
</div>
</Link>
</div>
<div className="mr-8 xl:mr-12 2xl:mr-16 flex">
<div className="mr-8 xl:mr-12 2xl:mr-16">
<Link href="https://www.meetup.com/de-DE/open-nlp-meetup/">
<a
target="_blank"
href="https://www.meetup.com/de-DE/open-nlp-meetup/"
className="text-white font-bold lg:text-xl xl:text-2xl cursor-pointer"
className="text-white font-bold lg:text-xl xl:text-2xl cursor-pointer text-green-dark-theme"
rel="noopener noreferrer"
>
Join Open NLP
Expand Down