mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-07-03 12:58:21 +00:00
refactor: reorganize imports and improve session handling in various components 🔨
Some checks are pending
Build and Push Docker Images / Build and Push Docker Images (push) Has started running
Some checks are pending
Build and Push Docker Images / Build and Push Docker Images (push) Has started running
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
import { PhoneIcon } from "lucide-react"
|
||||
import Link from "next/link"
|
||||
import {
|
||||
Accordion,
|
||||
AccordionContent,
|
||||
@ -5,8 +7,6 @@ import {
|
||||
AccordionTrigger,
|
||||
} from "@/components/ui/accordion"
|
||||
import { Button } from "@/components/ui/button"
|
||||
import { PhoneIcon } from "lucide-react"
|
||||
import Link from "next/link"
|
||||
|
||||
|
||||
export function GetMacAccordion() {
|
||||
@ -18,7 +18,7 @@ export function GetMacAccordion() {
|
||||
>
|
||||
<AccordionItem value="item-1">
|
||||
<AccordionTrigger>How do I find my MAC Address?</AccordionTrigger>
|
||||
<AccordionContent className="flex flex-col gap-4 text-balance">
|
||||
<AccordionContent className="flex flex-col gap-4 text-start">
|
||||
<p>
|
||||
A MAC (Media Access Control) address is a unique identifier assigned
|
||||
to a device`'`s network. It is used to identify the device on a
|
||||
|
Reference in New Issue
Block a user