fix stripe configuration
This commit is contained in:
@@ -24,9 +24,11 @@ steps:
|
||||
```
|
||||
- Identify the issue: the current path data appears to be malformed or from an incorrect icon set
|
||||
- Replace with Apple's official logo SVG path:
|
||||
- Use the standard Apple logo path from Heroicons or similar reputable source
|
||||
- Ensure `viewBox="0 0 24 24"` matches
|
||||
- Ensure `fill="currentColor"` for theme compatibility
|
||||
```svg
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="814" height="1000">
|
||||
<path d="M788.1 340.9c-5.8 4.5-108.2 62.2-108.2 190.5 0 148.4 130.3 200.9 134.2 202.2-.6 3.2-20.7 71.9-68.7 141.9-42.8 61.6-87.5 123.1-155.5 123.1s-85.5-39.5-164-39.5c-76.5 0-103.7 40.8-165.9 40.8s-105.6-57-155.5-127C46.7 790.7 0 663 0 541.8c0-194.4 126.4-297.5 250.8-297.5 66.1 0 121.2 43.4 162.7 43.4 39.5 0 101.1-46 176.3-46 28.5 0 130.9 2.6 198.3 99.2zm-234-181.5c31.1-36.9 53.1-88.1 53.1-139.3 0-7.1-.6-14.3-1.9-20.1-50.6 1.9-110.8 33.7-147.1 75.8-28.5 32.4-55.1 83.6-55.1 135.5 0 7.8 1.3 15.6 1.9 18.1 3.2.6 8.4 1.3 13.6 1.3 45.4 0 102.5-30.4 135.5-71.3z"/>
|
||||
</svg>
|
||||
```
|
||||
- Test rendering in both light and dark modes
|
||||
- Verify the SVG displays correctly on both `/login` and `/signup` pages
|
||||
|
||||
|
||||
@@ -5,13 +5,13 @@ Objective: Restructure landing page to inline data pattern, build admin dashboar
|
||||
Status legend: [ ] todo, [~] in-progress, [x] done
|
||||
|
||||
Tasks
|
||||
- [ ] 01 — Inline index page sections following Lendair pattern → `01-inline-index-sections.md`
|
||||
- [x] 01 — Inline index page sections following Lendair pattern → `01-inline-index-sections.md`
|
||||
- [x] 02 — Admin routes with controls and services dashboard → `02-admin-routes-dashboard.md`
|
||||
- [x] 03 — Blog route with DB integration, featured post, and chronological feed → `03-blog-database-integration.md`
|
||||
- [x] 04 — Create blog post content (scam advice, AI detection, etc.) → `04-blog-content-creation.md`
|
||||
- [x] 05 — Dedicated /pricing and /features pages → `05-pricing-features-pages.md`
|
||||
- [x] 06 — Auth-contextual navbar with dynamic links → `06-auth-contextual-navbar.md`
|
||||
- [ ] 07 — Fix Apple logo SVG in social auth buttons → `07-fix-apple-logo-svg.md`
|
||||
- [x] 07 — Fix Apple logo SVG in social auth buttons → `07-fix-apple-logo-svg.md`
|
||||
|
||||
Dependencies
|
||||
- 03 depends on 02 (blog admin needs admin routes for managing featured posts)
|
||||
|
||||
Reference in New Issue
Block a user