Skip to content

Commit

Permalink
Change logo to delta logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry-Pulver committed Sep 23, 2022
1 parent c0e7064 commit e53937e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
5 changes: 5 additions & 0 deletions .env.development
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
AUTH0_SECRET='dfc46492f152252c630facd133db7c8ae4e70057097d8975a58c11e6590b4e8b'
AUTH0_BASE_URL='http://localhost:3000'
AUTH0_ISSUER_BASE_URL='https://dev-3sm9ewzj.eu.auth0.com'
AUTH0_CLIENT_ID='nhcgWfbLaXvLVAxZiZMRcHCEitxguYNc'
AUTH0_CLIENT_SECRET='aEg0DvEPV43ZWH1aFOGQ6hNeMFc8FUmJfJ41LrdrmoUfHf_xoiphj97ckjUjLGwH'
18 changes: 6 additions & 12 deletions components/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -238,18 +238,12 @@ function Navbar({
<div className="mx-auto max-w-full px-2 sm:px-4 lg:px-4">
<div className="relative flex justify-evenly lg:gap-x-3">
<div className="flex flex-none md:absolute md:inset-y-0 md:left-0 lg:static xl:col-span-2">
<div className="group flex items-center">
<img
className="block h-10 w-auto group-hover:hidden"
src="/images/learney_logo_256x256.png"
alt="Learney"
/>
<a href={window.location.origin}>
<img
className="hidden h-10 w-auto group-hover:block"
src="/learney_logo_emoji_size.gif"
alt="Learney"
/>
<div className="flex items-center">
<a
href="https://joindeltaacademy.com"
className="flex h-10 w-10 place-items-center justify-center rounded bg-gray-900 font-serif text-4xl text-amber-500"
>
&#916;
</a>
</div>
</div>
Expand Down
4 changes: 3 additions & 1 deletion lib/trackingScripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ import * as Sentry from "@sentry/nextjs";

export function setupTracking() {
// Sorts out Hotjar tracking - only need on production
if (location.hostname.startsWith("maps")) {enableHotjarTracking();}
if (location.hostname.startsWith("maps")) {
enableHotjarTracking();
}

Sentry.init({
dsn: "https://[email protected]/6086500",
Expand Down

0 comments on commit e53937e

Please sign in to comment.