refactor: Migrate from pbx.phreaki.ng to pbx.litenet.tel
This commit is contained in:
parent
9eef3b29e6
commit
798173f366
|
@ -1,4 +1,5 @@
|
||||||
import Link from 'next/link'
|
import Link from 'next/link'
|
||||||
|
//import {DirectoryModal} from "@/components/directory-modal";
|
||||||
import { Button } from '@/components/ui/button'
|
import { Button } from '@/components/ui/button'
|
||||||
import { Phone } from 'lucide-react'
|
import { Phone } from 'lucide-react'
|
||||||
|
|
||||||
|
@ -26,6 +27,7 @@ export default function Header() {
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
className="flex flex-1 items-center justify-between space-x-2 md:justify-end">
|
className="flex flex-1 items-center justify-between space-x-2 md:justify-end">
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
variant="outline"
|
variant="outline"
|
||||||
className="border-gray-700 bg-gray-900 text-white hover:bg-gray-800"
|
className="border-gray-700 bg-gray-900 text-white hover:bg-gray-800"
|
||||||
|
@ -59,7 +61,7 @@ export default function Header() {
|
||||||
</Button>
|
</Button>
|
||||||
<Button className="bg-blue-600 text-white hover:bg-blue-700" asChild>
|
<Button className="bg-blue-600 text-white hover:bg-blue-700" asChild>
|
||||||
<a
|
<a
|
||||||
href="https://pbx.phreaki.ng/ucp/"
|
href="https://pbx.litenet.tel/ucp/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer">
|
rel="noopener noreferrer">
|
||||||
<Phone className="mr-2 h-4 w-4" />
|
<Phone className="mr-2 h-4 w-4" />
|
||||||
|
|
|
@ -49,7 +49,7 @@ export default function Hero() {
|
||||||
</Button>
|
</Button>
|
||||||
<Button className="bg-blue-600 text-white hover:bg-blue-700" asChild>
|
<Button className="bg-blue-600 text-white hover:bg-blue-700" asChild>
|
||||||
<a
|
<a
|
||||||
href="https://pbx.phreaki.ng/ucp/"
|
href="https://pbx.litenet.tel/ucp/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer">
|
rel="noopener noreferrer">
|
||||||
<Phone className="mr-2 h-4 w-4" />
|
<Phone className="mr-2 h-4 w-4" />
|
||||||
|
|
Loading…
Reference in a new issue