Skip to content

Commit

Permalink
(Welcome): remove image
Browse files Browse the repository at this point in the history
  • Loading branch information
wcordelo committed Mar 16, 2024
1 parent e440897 commit 37c5255
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
7 changes: 1 addition & 6 deletions apps/web/src/components/Home/WelcomeAlert.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { DRAGVERSE_LOGO, TAPE_APP_NAME } from '@dragverse/constants'
import { TAPE_APP_NAME } from '@dragverse/constants'
import { Button } from '@dragverse/ui'
import Link from 'next/link'

Expand All @@ -7,11 +7,6 @@ const WelcomeAlert = () => {
<div className="tape-border rounded-large ultrawide:h-[400px] relative flex h-[350px] w-[500px] flex-none overflow-hidden">
<div className="bg-brand-950 absolute inset-0 h-full w-full" />
<div className="from-brand-900 absolute inset-0 h-full w-full bg-gradient-to-b to-transparent" />
<img
src={`${DRAGVERSE_LOGO}`}
className="ultrawide:px-8 ultrawide:-top-10 absolute -top-20 px-4 md:px-6"
alt="cover"
/>
<div className="ultrawide:p-8 relative flex h-full flex-col justify-end space-y-4 p-4 text-left text-white md:p-6">
<div className="text-3xl font-bold">Welcome to {TAPE_APP_NAME}</div>
<p className="md:text-md max-w-2xl text-sm lg:text-lg">
Expand Down
4 changes: 2 additions & 2 deletions packages/constants/general.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ export const EXPLORER_RECOMMENDED_WALLET_IDS = [

// livepeer
export const LIVEPEER_STUDIO_API_KEY = IS_PRODUCTION
? 'ade26a09-c774-4898-a269-883551f1c5df'
: ''
? '6a7a905f-72d9-4303-adda-09679b3f5f8c'
: 'cf2eb693-e25c-42fe-b5d9-a8ce29124ae6'

// workers
export const WORKER_LIVEPEER_VIEWS_URL = `${TAPE_API_URL}/views`
Expand Down

0 comments on commit 37c5255

Please sign in to comment.