Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/Layout/Sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const Sidebar = ({ setSidebarOpen, sidebarOpen, labels }) => {
</Disclosure>
</Dialog.Panel>
</Transition.Child>
<div className="flex-shrink-0 w-14" aria-hidden="true"></div>
<div className="flex-shrink-0 w-14" aria-hidden="true" />
</div>
</Dialog>
</Transition.Root>
Expand Down
2 changes: 1 addition & 1 deletion src/components/SideDialog/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default function SideDialog({ open, setOpen, data }) {
</div>
))}
</div>
<div className="border-t mt-3 border-gray-300"></div>
<div className="border-t mt-3 border-gray-300" />
<div className="border-y border-gray-300 grid md:grid-cols-2">
{data.p_metadata?.split("^").map((field) => (
<div className="ml-2 py-3 border-gray-300">
Expand Down
8 changes: 4 additions & 4 deletions src/page/ForgotPassword/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const ForgotPassword = () => {
<div className="w-9 h-9 bg-bluePrimary rounded-full flex justify-center items-center text-white font-bold text-lg">
1
</div>
<div className="w-px h-12 bg-gray-300"></div>
<div className="w-px h-12 bg-gray-300" />
</div>
<div>
<div className="mt-2 text-bluePrimary font-bold text-sm">
Expand All @@ -31,15 +31,15 @@ const ForgotPassword = () => {
<div className="mt-2 text-gray-700 text-xs">
Small description of the step above to be added
</div>
<div className="mt-2 w-full h-px bg-gray-300"></div>
<div className="mt-2 w-full h-px bg-gray-300" />
</div>
</div>
<div className="flex space-x-3">
<div className="flex flex-col items-center">
<div className="w-9 h-9 bg-bluePrimary rounded-full flex justify-center items-center text-white font-bold text-lg">
2
</div>
<div className="w-px h-12 bg-gray-300"></div>
<div className="w-px h-12 bg-gray-300" />
</div>
<div>
<div className="mt-2 text-bluePrimary font-bold text-sm">
Expand All @@ -48,7 +48,7 @@ const ForgotPassword = () => {
<div className="mt-2 text-gray-700 text-xs">
Small description of the step above to be added
</div>
<div className="mt-2 w-full h-px bg-gray-300"></div>
<div className="mt-2 w-full h-px bg-gray-300" />
</div>
</div>
<div className="flex space-x-3">
Expand Down