We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cdc992 commit 757c52bCopy full SHA for 757c52b
1 file changed
src/components/ui/Popup.tsx
@@ -82,23 +82,7 @@ function copy(text: string) {
82
}
83
84
85
-const forbiddenWords = [
86
- "vishvanathan",
87
- "vishwanathan",
88
- "viswanathan",
89
- "vishva",
90
- "viswa",
91
- "vit",
92
- "vellore institute of technology",
93
- "vitstudent",
94
- "vit.ac.in",
95
- "vit vellore",
96
- "vit chennai",
97
- "vit bhopal",
98
- "vit ap",
99
- "vit university",
100
- "vtop",
101
-];
+
102
103
export default function Popup({
104
type,
0 commit comments