Skip to content

Commit 0c2bfb8

Browse files
committed
Remove label
1 parent 5e1a773 commit 0c2bfb8

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/app/(main)/(secondary)/about/page.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,14 @@ const About = () => (
1313
<a href="https://phish.in" target="_blank" rel="noreferrer">
1414
Phish.in
1515
</a>
16-
,{' '}
16+
, and
1717
<a
1818
href="https://docs.google.com/spreadsheets/d/1yAXu83gJBz08cW5OXoqNuN1IbvDXD2vCrDKj4zn1qmU/edit#gid=29"
1919
target="_blank"
2020
rel="noreferrer"
2121
>
2222
The Phish Spreadsheet
2323
</a>
24-
, and{' '}
25-
<a href="https://panicstream.com" target="_blank" rel="noreferrer">
26-
PanicStream.com
27-
</a>
2824
.
2925
</p>
3026

src/components/ArtistsColumn.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import Row from './Row';
66
import RowHeader from './RowHeader';
77

88
const byObject = {
9-
wsp: 'PanicStream',
109
phish: 'Phish.in',
1110
};
1211

0 commit comments

Comments
 (0)