Skip to content

Commit 03ceee8

Browse files
committed
chore: remove vercel
1 parent 36fe8e4 commit 03ceee8

File tree

4 files changed

+0
-40
lines changed

4 files changed

+0
-40
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
# programming.in.th
44

5-
[![Powered by Vercel](https://images.ctfassets.net/e5382hct74si/78Olo8EZRdUlcDUFQvnzG7/fa4cdb6dc04c40fceac194134788a0e2/1618983297-powered-by-vercel.svg)](https://vercel.com/?utm_source=proginth&utm_campaign=oss)
6-
75
## What is programming.in.th
86

97
A website for practicing algorithms, data structures and competitive programming. Includes all the resources you need to go from 0 to 1 in algorithms and data structures.

src/app/about/page.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ import { Metadata } from 'next'
22

33
import Image from 'next/image'
44

5-
import { PoweredByVercel } from '@/components/RootLayout/PoweredByVercel'
6-
75
import { ContributorSection } from './ContributorSection'
86
import { CoreTeamSection } from './CoreTeamSection'
97
import { Contributor, OrgMember } from './types'
@@ -74,7 +72,6 @@ export default async function About() {
7472
/>
7573

7674
<div className="flex items-center justify-center gap-8">
77-
<PoweredByVercel />
7875
<Image
7976
src="/assets/img/IPST_Logo.png"
8077
height="34"

src/components/RootLayout/Footer/Footer.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import { DiscordLogo, FacebookLogo, GitHubLogo } from '@/svg/Socials'
88
import { FooterJoin } from './FooterJoin'
99
import { ThemeSwitch } from './ThemeSwitch'
1010
import { FooterLinks } from '../Links/FooterLinks'
11-
import { PoweredByVercel } from '../PoweredByVercel'
1211

1312
export const Footer = () => {
1413
const currentYear = useMemo(() => +new Date().getFullYear(), [])
@@ -86,7 +85,6 @@ export const Footer = () => {
8685
<ThemeSwitch />
8786
</div>
8887
<div className="my-4 flex items-center justify-center md:my-0">
89-
<PoweredByVercel />
9088
<div className="flex h-full items-center">
9189
<Image
9290
src="/assets/img/IPST_Logo.png"

src/components/RootLayout/PoweredByVercel.tsx

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)