Skip to content

Commit c65c569

Browse files
committed
content: add sponsors
1 parent b9ab8e7 commit c65c569

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

frontend/src/features/app-info/components/AboutModal.tsx

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,35 @@ export function AboutModal({ isOpen, onClose, onStartTour }: AboutModalProps) {
152152
</ul>
153153
</div>
154154

155+
<div>
156+
<h3 className="text-base sm:text-lg font-semibold text-gray-900 dark:text-gray-100 mb-2 sm:mb-3">
157+
Sponsors
158+
</h3>
159+
<ul className="list-disc list-inside text-sm sm:text-base text-gray-600 dark:text-gray-300 leading-relaxed mb-8">
160+
<li>
161+
<a
162+
href="https://mirmousavi.com"
163+
target="_blank"
164+
rel="noopener noreferrer"
165+
className="text-blue-500 hover:underline"
166+
>
167+
Mostafa Mirmousavi
168+
</a>
169+
</li>
170+
171+
<li>
172+
<a
173+
href="https://www.linkedin.com/in/omidm/"
174+
target="_blank"
175+
rel="noopener noreferrer"
176+
className="text-blue-500 hover:underline"
177+
>
178+
Omid Rad
179+
</a>
180+
</li>
181+
</ul>
182+
</div>
183+
155184
{/* <div>
156185
<h3 className="text-base sm:text-lg font-semibold text-gray-900 dark:text-gray-100 mb-2 sm:mb-3">
157186
Donate

0 commit comments

Comments
 (0)