bug fix
This commit is contained in:
@@ -346,7 +346,7 @@ const Profile = () => {
|
||||
|
||||
return (
|
||||
<div className="custom-container">
|
||||
<div className="md:hidden sticky top-0 z-20">
|
||||
<div className="md:hidden sticky top-0 z-20 mb-5">
|
||||
<div className="flex gap-2 overflow-x-auto scrollbar-hide">
|
||||
{menuItems.map((item) => {
|
||||
const Icon = item.icon;
|
||||
|
||||
@@ -132,8 +132,8 @@ export default function CustomerSupport() {
|
||||
placeholder="Savolingiz yoki murojaatingizni batafsil yozing..."
|
||||
className="w-full h-32 p-3 border border-gray-300 rounded-lg focus:border-gray-500 focus:outline-none resize-none text-gray-700"
|
||||
/>
|
||||
<div className="mt-4 flex items-center justify-between">
|
||||
<p className="text-sm text-gray-500">{message.length}/1000 belgi</p>
|
||||
<p className="text-sm text-gray-500">{message.length}/1000 belgi</p>
|
||||
<div className="mt-4 flex items-center justify-between max-lg:flex-col max-lg:items-end gap-2">
|
||||
<button
|
||||
onClick={handleSendToTelegram}
|
||||
disabled={!selectedCategory || !message.trim()}
|
||||
|
||||
Reference in New Issue
Block a user