File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import CursorLight from "~/assets/images/workers/ai/cursor-light.png";
88
99<StarlightPage frontmatter ={ { title: " AI Assistant" , tableOfContents: false }} >
1010 <section id =" assistant-header" >
11- <div class =" not-content" >
11+ <div class =" not-content max-lg:hidden " >
1212 <Image
1313 src ={ CursorDark }
1414 alt =" Cursor illustration"
@@ -24,9 +24,14 @@ import CursorLight from "~/assets/images/workers/ai/cursor-light.png";
2424 </div >
2525 <div id =" text" >
2626 <h1 >
27- <div class =" illustration" ></div >
2827 Meet your AI assistant, Cursor
29- <div class =" alpha" >AI Preview</div >
28+ <div >
29+ <span
30+ class =" ml-1 rounded-full bg-orange-200 px-2 py-0.5 text-xs text-orange-900"
31+ >
32+ AI Preview
33+ </span >
34+ </div >
3035 </h1 >
3136 <p >
3237 Cursor is an experimental AI assistant, trained to answer questions
You can’t perform that action at this time.
0 commit comments