feat: ui/ux improvements, updates, + update dependencies
- new mobile menu - better display and viewing for service cards - nicer request layout - should exit after seeding db! - add missing link for pass - chat viewing by admins has been disabled for open webui
This commit is contained in:
parent
647932b76f
commit
59f9c709ce
9 changed files with 342 additions and 211 deletions
|
@ -67,7 +67,7 @@ export default function About() {
|
|||
</div>
|
||||
<div className="flex flex-col sm:flex-row items-center justify-center gap-4 my-3">
|
||||
<Link href="https://t.me/p0ntu5">
|
||||
<button className="flex flex-row items-center justify-center gap-2 bg-blue-500 text-white px-4 py-2 rounded-md w-full sm:w-auto">
|
||||
<button className="flex flex-row items-center justify-center gap-2 bg-blue-500 text-white px-4 py-2 rounded-md w-full sm:w-auto cursor-pointer">
|
||||
<RiTelegram2Line size={24} />
|
||||
<span className="text-sm sm:text-base">
|
||||
contact
|
||||
|
@ -75,7 +75,7 @@ export default function About() {
|
|||
</button>
|
||||
</Link>
|
||||
<Link href="https://t.me/pontushub">
|
||||
<button className="flex flex-row items-center justify-center gap-2 bg-blue-500 text-white px-4 py-2 rounded-md w-full sm:w-auto">
|
||||
<button className="flex flex-row items-center justify-center gap-2 bg-blue-500 text-white px-4 py-2 rounded-md w-full sm:w-auto cursor-pointer">
|
||||
<RiTelegram2Line size={24} />
|
||||
<span className="text-sm sm:text-base">
|
||||
join channel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue