tangled
alpha
login
or
join now
t1c.dev
/
rocksky
forked from
rocksky.app/rocksky
2
fork
atom
A decentralized music tracking and discovery platform built on AT Protocol 🎵
2
fork
atom
overview
issues
pulls
pipelines
[web] hide feedback link
tsiry-sandratraina.com
8 months ago
1f29f421
988c1916
+8
-3
1 changed file
expand all
collapse all
unified
split
apps
web
src
layouts
Main.tsx
+8
-3
apps/web/src/layouts/Main.tsx
···
49
49
text-decoration: underline;
50
50
}
51
51
`;
52
52
-
52
52
+
/*
53
53
const Text = styled.span`
54
54
color: #ff2876;
55
55
font-size: 13px;
···
58
58
&:hover {
59
59
text-decoration: underline;
60
60
}
61
61
-
`;
61
61
+
*/
62
62
63
63
export type MainProps = {
64
64
children: React.ReactNode;
···
143
143
window.location.href = `https://rocksky.pages.dev/loading?handle=${handle}`;
144
144
};
145
145
146
146
+
/*
146
147
const displaySurvey = () => {
147
148
Object.keys(localStorage)
148
149
.filter((key) => key.startsWith("seenSurvey"))
149
150
.reverse()
150
151
.forEach((key) => localStorage.removeItem(key));
151
152
};
153
153
+
*/
152
154
153
155
return (
154
156
<Container className="bg-[var(--color-background)] text-[var(--color-text)]">
···
286
288
>
287
289
API Docs
288
290
</Link>
289
289
-
<Text
291
291
+
{/*
292
292
+
<Text
290
293
className="mr-[10px] !text-[var(--color-primary)]"
291
294
onClick={displaySurvey}
292
295
>
293
296
Feedback
294
297
</Text>
298
298
+
*/}
299
299
+
295
300
<Link
296
301
href="https://discord.gg/EVcBy2fVa3"
297
302
target="_blank"