mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-01-17 14:18:17 +01:00
Add iOS roadmap
This commit is contained in:
parent
bb848de581
commit
158e9b1ed3
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 (
|
||||
<div
|
||||
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,
|
||||
},
|
||||
|
@ -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"
|
||||
>
|
||||
<GitHubIcon className="mr-2 inline-block h-4 w-4 text-white" />
|
||||
Submit a Pull Request
|
||||
Edit this Content
|
||||
</a>
|
||||
</div>
|
||||
)}
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user