Add iOS roadmap

pull/5753/head
Kamran Ahmed 5 months ago
parent bb848de581
commit 158e9b1ed3
  1. BIN
      public/pdfs/roadmaps/ios.pdf
  2. BIN
      public/roadmaps/ios.png
  3. 2
      src/components/OnboardingNudge.tsx
  4. 2
      src/components/TopicDetail/TopicDetail.tsx
  5. 2
      src/data/roadmaps/ios/ios.json

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 672 KiB

@ -33,7 +33,7 @@ export function OnboardingNudge(props: OnboardingNudgeProps) {
return ( return (
<div <div
className={cn( className={cn(
'fixed left-0 right-0 top-0 z-[91] flex w-full items-center justify-center bg-yellow-300 border-b border-b-yellow-500/30 py-1.5', 'fixed left-0 right-0 top-0 z-[91] flex w-full items-center justify-center bg-yellow-300 border-b border-b-yellow-500/30 pt-1.5 pb-2',
{ {
'striped-loader': isLoading, 'striped-loader': isLoading,
}, },

@ -302,7 +302,7 @@ export function TopicDetail(props: TopicDetailProps) {
className="flex w-full items-center justify-center rounded-md bg-gray-800 p-2 text-sm text-white transition-colors hover:bg-black hover:text-white disabled:bg-green-200 disabled:text-black" className="flex w-full items-center justify-center rounded-md bg-gray-800 p-2 text-sm text-white transition-colors hover:bg-black hover:text-white disabled:bg-green-200 disabled:text-black"
> >
<GitHubIcon className="mr-2 inline-block h-4 w-4 text-white" /> <GitHubIcon className="mr-2 inline-block h-4 w-4 text-white" />
Submit a Pull Request Edit this Content
</a> </a>
</div> </div>
)} )}

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save