mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-07 01:36:29 +02:00
Add iOS roadmap
This commit is contained in:
BIN
public/pdfs/roadmaps/ios.pdf
Normal file
BIN
public/pdfs/roadmaps/ios.pdf
Normal file
Binary file not shown.
BIN
public/roadmaps/ios.png
Normal file
BIN
public/roadmaps/ios.png
Normal file
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
Reference in New Issue
Block a user