File tree Expand file tree Collapse file tree 1 file changed +17
-15
lines changed Expand file tree Collapse file tree 1 file changed +17
-15
lines changed Original file line number Diff line number Diff line change @@ -496,22 +496,24 @@ class="size-6 text-emerald-600 dark:text-emerald-400"
496
496
</p >
497
497
</div >
498
498
499
- <a
500
- href =" https://github.com/nativephp/ios/issues"
501
- class =" rounded-2xl bg-gray-100 p-6 transition duration-200 hover:bg-gray-200/70 hover:ring-1 hover:ring-black/60 dark:bg-mirage dark:hover:bg-haiti dark:hover:ring-cloud"
502
- >
503
- <div
504
- class =" mb-4 flex h-12 w-12 items-center justify-center rounded-full"
499
+ @if ($subscription === \App \Enums \Subscription:: Max )
500
+ <a
501
+ href =" https://github.com/nativephp/mobile/issues"
502
+ class =" rounded-2xl bg-gray-100 p-6 transition duration-200 hover:bg-gray-200/70 hover:ring-1 hover:ring-black/60 dark:bg-mirage dark:hover:bg-haiti dark:hover:ring-cloud"
505
503
>
506
- <x-icons .github class =" dark:fill-white" />
507
- </div >
508
- <h4 class =" text-lg font-medium" >Share Your Feedback</h4 >
509
- <p class =" mt-2 text-gray-600 dark:text-gray-400" >
510
- We're currently in Early Access and constantly
511
- improving. Let us know if you find any bugs as you
512
- build.
513
- </p >
514
- </a >
504
+ <div
505
+ class =" mb-4 flex h-12 w-12 items-center justify-center rounded-full"
506
+ >
507
+ <x-icons .github class =" dark:fill-white" />
508
+ </div >
509
+ <h4 class =" text-lg font-medium" >Share Your Feedback</h4 >
510
+ <p class =" mt-2 text-gray-600 dark:text-gray-400" >
511
+ We're currently in Early Access and constantly
512
+ improving. Let us know if you find any bugs as you
513
+ build.
514
+ </p >
515
+ </a >
516
+ @endif
515
517
</div >
516
518
</div >
517
519
</section >
You can’t perform that action at this time.
0 commit comments