fix bad merge: remove duplicate slide names + move CSS imports before tailwind
All checks were successful
Build pitch-deck / build-push-deploy (push) Successful in 1m14s
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-consent (push) Successful in 34s
CI / test-python-voice (push) Successful in 35s
CI / test-bqas (push) Successful in 35s
All checks were successful
Build pitch-deck / build-push-deploy (push) Successful in 1m14s
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-consent (push) Successful in 34s
CI / test-python-voice (push) Successful in 35s
CI / test-bqas (push) Successful in 35s
Merge conflict resolution incorrectly added Anhang: Annahmen and Anhang: Go-to-Market twice. Remove the duplicates, keep only the renamed Anhang: Systemarchitektur entry in the correct position. Also move @import rules above @tailwind directives (Turbopack CSS spec). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
|
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
|
||||||
|
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');
|
||||||
|
|
||||||
@tailwind base;
|
@tailwind base;
|
||||||
@tailwind components;
|
@tailwind components;
|
||||||
@tailwind utilities;
|
@tailwind utilities;
|
||||||
|
|
||||||
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
|
|
||||||
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');
|
|
||||||
|
|
||||||
/* === Dark Mode (default) === */
|
/* === Dark Mode (default) === */
|
||||||
:root {
|
:root {
|
||||||
--bg-primary: #0a0a1a;
|
--bg-primary: #0a0a1a;
|
||||||
|
|||||||
@@ -26,9 +26,7 @@ const translations = {
|
|||||||
'Investition & Cap Table',
|
'Investition & Cap Table',
|
||||||
'Kundenersparnis',
|
'Kundenersparnis',
|
||||||
'KI Q&A',
|
'KI Q&A',
|
||||||
'Anhang: Annahmen',
|
|
||||||
'Anhang: Systemarchitektur',
|
'Anhang: Systemarchitektur',
|
||||||
'Anhang: Go-to-Market',
|
|
||||||
'Anhang: Regulatorik',
|
'Anhang: Regulatorik',
|
||||||
'Anhang: Engineering',
|
'Anhang: Engineering',
|
||||||
'Anhang: KI-Pipeline',
|
'Anhang: KI-Pipeline',
|
||||||
@@ -324,9 +322,7 @@ const translations = {
|
|||||||
'Investment & Cap Table',
|
'Investment & Cap Table',
|
||||||
'Customer Savings',
|
'Customer Savings',
|
||||||
'AI Q&A',
|
'AI Q&A',
|
||||||
'Appendix: Assumptions',
|
|
||||||
'Appendix: System Architecture',
|
'Appendix: System Architecture',
|
||||||
'Appendix: Go-to-Market',
|
|
||||||
'Appendix: Regulatory',
|
'Appendix: Regulatory',
|
||||||
'Appendix: Engineering',
|
'Appendix: Engineering',
|
||||||
'Appendix: AI Pipeline',
|
'Appendix: AI Pipeline',
|
||||||
|
|||||||
Reference in New Issue
Block a user