Skip to content

Commit a675066

Browse files
committed
feat: update chat page UI components and logic.
1 parent 91c80b4 commit a675066

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

resources/js/Pages/ChatV2/Index.jsx

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,7 @@ export default function LandingSearchPage() {
180180
<a href="#timeline" className="relative px-4 py-2 text-sm font-bold text-slate-500 hover:text-blue-600 transition-colors rounded-xl hover:bg-blue-50">
181181
الرحلة
182182
</a>
183-
<a href="#community" className="relative px-4 py-2 text-sm font-bold text-slate-500 hover:text-blue-600 transition-colors rounded-xl hover:bg-blue-50">
184-
المجتمع
185-
</a>
183+
186184
<a href="#contact" className="relative px-4 py-2 text-sm font-bold text-slate-500 hover:text-blue-600 transition-colors rounded-xl hover:bg-blue-50">
187185
تواصل معنا
188186
</a>
@@ -245,14 +243,7 @@ export default function LandingSearchPage() {
245243
<span className="w-1.5 h-1.5 rounded-full bg-blue-400" />
246244
الرحلة
247245
</a>
248-
<a
249-
href="#community"
250-
onClick={() => setMobileMenuOpen(false)}
251-
className="flex items-center gap-3 px-4 py-3 rounded-xl text-slate-700 font-bold text-sm hover:bg-blue-50 hover:text-blue-600 transition-colors"
252-
>
253-
<span className="w-1.5 h-1.5 rounded-full bg-blue-400" />
254-
المجتمع
255-
</a>
246+
256247
<a
257248
href="#contact"
258249
onClick={() => setMobileMenuOpen(false)}
@@ -766,7 +757,6 @@ export default function LandingSearchPage() {
766757
{[
767758
{ label: "المنهجية العلمية", href: "#methodology" },
768759
{ label: "رحلة المشروع", href: "#timeline" },
769-
{ label: "مجتمع المعرفة", href: "#community" },
770760
{ label: "تواصل معنا", href: "#contact" },
771761

772762
{ label: "شكر وتقدير", href: route('thanks') },

0 commit comments

Comments
 (0)