Skip to content

Instantly share code, notes, and snippets.

View jscodeshipt's full-sized avatar
👷‍♂️
focus

Johnny Sebastian jscodeshipt

👷‍♂️
focus
View GitHub Profile
@jscodeshipt
jscodeshipt / airgap-AcceptOrRejectAllOrMoreChoices.css
Created April 29, 2026 20:41
airgap-AcceptOrRejectAllOrMoreChoices.css
.modal-container, .collapsed-container {
--primary-color: #212121;
--text-color: #010101;
}
/** Updating color for the links */
a {
color: var(--primary-color);
}
@jscodeshipt
jscodeshipt / [id].tsx
Last active September 7, 2022 22:41
orders-id
import { dehydrate } from '@tanstack/react-query'
import { GetServerSideProps } from 'next'
import {
errorPageProps,
NotFoundError,
serverPageProps,
} from '@/utils/setPageProps'
import OrderDetailContainer from '@/containers/OrderDetails/OrderDetailContainer'
import configureStore from '@/store'
import { RouteName } from '@shared/constants/routes'