File tree Expand file tree Collapse file tree 5 files changed +33
-9
lines changed
packages/dashboard-app/src Expand file tree Collapse file tree 5 files changed +33
-9
lines changed Original file line number Diff line number Diff line change @@ -452,12 +452,16 @@ export default function LoginModal({ next }: { next: () => void }) {
452452 </ h2 >
453453 ) }
454454 { completedOnboarding && tab == "builderId" && (
455- < div className = "text-center flex flex-col" >
455+ < div
456+ className = "text-center flex flex-col p-4 rounded-lg"
457+ style = { { backgroundColor : "var(--banner-bg)" } }
458+ >
456459 < div className = "font-ember font-bold" >
457460 { PREVIOUS_PRODUCT_NAME } is now { PRODUCT_NAME }
458461 </ div >
462+ All existing features remain unchanged.{ " " }
459463 < Link href = { Q_MIGRATION_URL } className = "text-sm" >
460- Read the announcement blog post
464+ Learn more
461465 </ Link >
462466 </ div >
463467 ) }
Original file line number Diff line number Diff line change @@ -140,10 +140,25 @@ export function Keybindings({ size }: { size?: number }) {
140140 ) ;
141141}
142142
143- export function QLogo ( { size } : { size ?: number } ) {
143+ export function Logo ( { size } : { size ?: number } ) {
144144 return (
145- < Svg size = { size } >
146- < D path = "M12.763 22.8533C12.665 22.9083 12.3961 23 12 23C11.6039 23 11.3329 22.9083 11.237 22.8533L2.76298 18.0724C2.41276 17.8748 2 17.1741 2 16.7809V7.21907C2 6.82389 2.41276 6.12518 2.76298 5.92759L11.237 1.14667C11.335 1.09167 11.6039 1 12 1C12.3961 1 12.6671 1.09167 12.763 1.14667L21.237 5.92759C21.5872 6.12518 22 6.82593 22 7.21907V16.4652L14.0846 12V11.118C14.0846 10.9367 13.9846 10.7676 13.8241 10.678L12.2606 9.79593C12.1793 9.75111 12.0896 9.7287 12 9.7287C11.9104 9.7287 11.8207 9.75111 11.7394 9.79593L10.1759 10.678C10.0154 10.7696 9.91536 10.9367 9.91536 11.118V12.882C9.91536 13.0633 10.0154 13.2324 10.1759 13.322L11.7394 14.2041C11.8207 14.2489 11.9104 14.2713 12 14.2713C12.0896 14.2713 12.1793 14.2489 12.2606 14.2041L13.0423 13.762L20.9577 18.2272L12.763 22.8493V22.8533Z" />
145+ < Svg size = { size } ratio = { [ 45 , 54 ] } >
146+ < path
147+ fill = "white"
148+ d = "M8.07468 38.7532C2.79107 50.2061 14.0447 53.081 22.3452 46.378C24.7875 53.8935 33.934 48.2842 37.2223 42.4562C44.4533 29.6127 41.5322 16.5192 40.782 13.8162C35.642 -4.60537 9.9423 -4.63662 5.52067 13.9099C4.4831 17.1598 4.46714 20.8473 3.89249 24.6753C3.60516 26.6128 3.38169 27.8471 2.63145 29.8783C2.18449 31.0502 1.59388 32.0814 0.636126 33.8314C-0.832429 36.5501 -0.209889 41.7844 7.38829 39.0657L8.1066 38.7532H8.07468Z"
149+ />
150+ < path
151+ fillRule = "evenodd"
152+ clipRule = "evenodd"
153+ fill = "black"
154+ d = "M23.335 21.8005C21.2279 21.8005 20.9087 19.3318 20.9087 17.8631C20.9087 16.535 21.1481 15.4881 21.611 14.8163C22.0101 14.2225 22.6007 13.9257 23.335 13.9257C24.0693 13.9257 24.7078 14.2225 25.1547 14.8319C25.6655 15.5194 25.9369 16.5662 25.9369 17.8631C25.9369 20.3318 24.9632 21.8005 23.351 21.8005H23.335Z"
155+ />
156+ < path
157+ fillRule = "evenodd"
158+ clipRule = "evenodd"
159+ fill = "black"
160+ d = "M32.0025 21.8005C29.8954 21.8005 29.5762 19.3318 29.5762 17.8631C29.5762 16.535 29.8156 15.4881 30.2785 14.8163C30.6776 14.2225 31.2682 13.9257 32.0025 13.9257C32.7368 13.9257 33.3753 14.2225 33.8222 14.8319C34.333 15.5194 34.6044 16.5662 34.6044 17.8631C34.6044 20.3318 33.6307 21.8005 32.0184 21.8005H32.0025Z"
161+ />
147162 </ Svg >
148163 ) ;
149164}
Original file line number Diff line number Diff line change 7272 --ring : 240 10% 3.9% ;
7373
7474 --radius : 0.5rem ;
75+ --banner-bg : # 262626 ;
7576 }
7677
7778 body {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import autocompleteDemo from "@assets/images/autocomplete_demo.gif";
22import translateDemo from "@assets/images/translate_demo.gif" ;
33import chatDemo from "@assets/images/chat_demo.gif" ;
44import { Link } from "@/components/ui/link" ;
5- import { QLogo } from "@/components/svg/icons" ;
5+ import { Logo } from "@/components/svg/icons" ;
66import {
77 AUTOCOMPLETE_SSH_WIKI_URL ,
88 Q_MIGRATION_URL ,
@@ -19,20 +19,24 @@ export default function Page() {
1919 Getting started
2020 </ h1 >
2121 </ div >
22- < section className = "flex flex-col p-6 gap-4 w-full gradient-q-secondary-light-alt rounded-lg items-start text-white" >
22+ < section
23+ className = "flex flex-col p-6 gap-4 w-full rounded-lg items-start text-white"
24+ style = { { backgroundColor : "var(--banner-bg)" } }
25+ >
2326 < div className = "flex flex-row gap-4 w-full items-center" >
24- < QLogo size = { 42 } />
27+ < Logo size = { 42 } />
2528 < div className = "flex flex-col gap-1" >
2629 < h1 className = "font-bold text-xl font-ember leading-none" >
2730 { PREVIOUS_PRODUCT_NAME } is now { PRODUCT_NAME }
2831 </ h1 >
2932 < p className = "text-base leading-tight" >
33+ All existing features remain unchanged.{ " " }
3034 < Link
3135 href = { Q_MIGRATION_URL }
3236 className = "font-medium"
3337 variant = "primary"
3438 >
35- Read the announcement blog post
39+ Learn more
3640 </ Link >
3741 </ p >
3842 </ div >
You can’t perform that action at this time.
0 commit comments