Skip to content

Commit fa2fe37

Browse files
committed
chore: update telegram link(ref)
1 parent 455c288 commit fa2fe37

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

app/error.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default function ErrorPage({
3333
<Tooltip delayDuration={0}>
3434
<TooltipTrigger asChild>
3535
<Link
36-
href="https://t.me/sppuinformationtechnology" // Replace with your actual Telegram channel link
36+
href="https://t.me/+oxCuF0R1UIwwYTY1" // Replace with your actual Telegram channel link
3737
target="_blank"
3838
rel="noopener noreferrer"
3939
className="flex h-9 w-9 items-center justify-center"

app/not-found.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default function NotFound() {
2323
<Tooltip delayDuration={0}>
2424
<TooltipTrigger asChild>
2525
<Link
26-
href="https://t.me/sppuinformationtechnology" // Replace with your actual Telegram channel link
26+
href="https://t.me/+oxCuF0R1UIwwYTY1" // Replace with your actual Telegram channel link
2727
target="_blank"
2828
rel="noopener noreferrer"
2929
className="flex h-9 w-9 items-center justify-center"

app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default async function Home() {
4444
<Tooltip delayDuration={0}>
4545
<TooltipTrigger asChild>
4646
<Link
47-
href="https://t.me/sppuinformationtechnology" // Replace with your actual Telegram channel link
47+
href="https://t.me/+oxCuF0R1UIwwYTY1" // Replace with your actual Telegram channel link
4848
target="_blank"
4949
rel="noopener noreferrer"
5050
className="flex h-9 w-9 items-center justify-center"

components/layout/header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export function Header({ isCollapsed, setIsCollapsed }: HeaderProps) {
4141
<Tooltip delayDuration={0}>
4242
<TooltipTrigger asChild>
4343
<Link
44-
href="https://t.me/sppuinformationtechnology" // Replace with your actual Telegram channel link
44+
href="https://t.me/+oxCuF0R1UIwwYTY1" // Replace with your actual Telegram channel link
4545
target="_blank"
4646
rel="noopener noreferrer"
4747
className="flex h-9 w-9 items-center justify-center"

0 commit comments

Comments
 (0)