Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
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
59 changes: 0 additions & 59 deletions src/components/TwitterEmbed.tsx

This file was deleted.

25 changes: 0 additions & 25 deletions src/hooks/useInterval.ts

This file was deleted.

12 changes: 0 additions & 12 deletions src/lib/reloadTwitterScript.ts

This file was deleted.

9 changes: 0 additions & 9 deletions src/pages/_app.tsx

This file was deleted.

6 changes: 0 additions & 6 deletions src/pages/generics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import CodeBlock from 'src/components/CodeBlock'
import * as snippets from 'src/lib/snippets'
import RunButtonText from 'src/components/RunButtonText'
import TwitterLink from 'src/components/TwitterLink'
import TwitterEmbed from 'src/components/TwitterEmbed'
import Emoji from 'src/components/Emoji'
import { articlesData } from 'src/lib/articles'
import { baseUrl } from 'src/lib/meta'
Expand Down Expand Up @@ -797,11 +796,6 @@ const Page = () => (
</A>
.
</P>
<P>
<Emoji type="twitter" /> I’d love it if you could like or retweet
the tweet below! ↓
</P>
<TwitterEmbed id="1197963887804436480" />
<P>
<SourceAvailableText />
</P>
Expand Down
5 changes: 1 addition & 4 deletions src/pages/refactor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import { articlesData } from 'src/lib/articles'
import { baseUrl } from 'src/lib/meta'
import { SourceAvailableText } from 'src/components/GitHubButton'
import TodoWithData from 'src/components/TodoWithData'
import TwitterEmbed from 'src/components/TwitterEmbed'

const techniques = [
{
Expand Down Expand Up @@ -1185,10 +1184,8 @@ const Page = () => (
url={`${baseUrl}/refactor`}
>
click here to tweet this article.
</TwitterLink>{' '}
Also, I’d love it if you could like or retweet the tweet below! ↓
</TwitterLink>
</P>
<TwitterEmbed id="1212327903473459200" hideCard />
</>
),
footer: {
Expand Down
6 changes: 0 additions & 6 deletions src/pages/todo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import { SourceAvailableText } from 'src/components/GitHubButton'
import TwitterLink from 'src/components/TwitterLink'
import { articlesData } from 'src/lib/articles'
import { baseUrl } from 'src/lib/meta'
import TwitterEmbed from 'src/components/TwitterEmbed'

const compileSuccess = 'Compiled successfully!'
const section1 = 'Types, Read-only Properties, and Mapped Types'
Expand Down Expand Up @@ -1970,11 +1969,6 @@ const Page = () => (
</A>
.
</P>
<P>
<Emoji type="twitter" /> I’d love it if you could like or retweet
the tweet below! ↓
</P>
<TwitterEmbed id="1207248902354718721" />
</>
),
footer: {
Expand Down