Skip to content

Commit

Permalink
fix merge issues
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalron33 committed Dec 21, 2023
2 parents 1b96239 + 32436ed commit e21db19
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions components/constants/header.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const HEADER_TITLE: string = 'Woolball a Global Link System'
export const HEADER_TITLE: string = 'Woolball - The ID System with Links'
export const HEADER_DESCRIPTION: string =
'Woolball is global link systems that creates connections between people, dApps, DAOs and platforms in Web3.'
'Woolball is the ID system that uses links to create on-chain connections between people, dApps, DAOs and platforms in Web3.'

export const HEADER_IMAGE: string =
'https://woolball.xyz/images/screenshot.jpg?v=3'
'https://woolball.xyz/images/screenshot.jpg?v=4'
2 changes: 0 additions & 2 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ import { useState } from "react";
import GiantLogo from '../components/landing_page/giant_logo'
import Roadmap from '../components/landing_page/road_map'
import ActionButtons from '../components/landing_page/action_buttons'
import ArrowIcon from '../components/svgs/arrow'
import UseCase from '../components/landing_page/use_case'
import Layout from '../components/layout'
import NextLink from 'next/link'

export default function Home() {
const [name, setName] = useState('');
Expand Down
4 changes: 2 additions & 2 deletions pages/what-is-woolball.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import {
Text,
Image,
Show,
Link,
UnorderedList,
ListItem,
Link,
} from '@chakra-ui/react'
import { GetStaticProps, NextPage } from 'next'
import { GITHUB_LINK } from '../components/constants/social_profiles'
Expand Down Expand Up @@ -77,7 +77,7 @@ const WhatIsWoolballPage: NextPage = ({}) => {
alignItems="stretch"
align="flex-start"
maxW="3xl"
spacing={{ base: 4, lg: 6 }}
spacing={{ base: 8, lg: 10 }}
fontSize={{ base: '14px', sm: '18px' }}
lineHeight={{ base: '22px', sm: '28px' }}
>
Expand Down
Binary file modified public/images/roadmap-mobile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/roadmap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/screenshot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e21db19

Please sign in to comment.