Skip to content

Commit bc849b2

Browse files
authored
rename (#2266)
1 parent 0b8e4f9 commit bc849b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/Nav/Desktop.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ const LinkToPage = React.memo(function LinkToPage({
221221
<Icon name={icon as any} className="group-hover/link:animate-wiggle h-4 w-4" />
222222
) : name === 'LlamaAI' ? (
223223
<img
224-
src="/icons/ask-llama-ai.svg"
224+
src="/icons/ask-llamaai.svg"
225225
alt="LlamaAI"
226226
className="h-4 w-4 brightness-0 group-data-[linkactive=true]/link:brightness-100 dark:brightness-100 dark:group-data-[linkactive=true]/link:brightness-100"
227227
/>

src/containers/LlamaAI/GetStarted.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default function GetStarted() {
3131
href="/ai"
3232
className="mx-auto flex items-center justify-between gap-[10px] rounded-md bg-[linear-gradient(93.94deg,#FDE0A9_24.73%,#FBEDCB_57.42%,#FDE0A9_99.73%)] px-4 py-2 text-base font-semibold text-black shadow-[0px_0px_30px_0px_rgba(253,224,169,0.5),_0px_0px_1px_2px_rgba(255,255,255,0.1)]"
3333
>
34-
<img src="/icons/ask-llama-ai.svg" alt="Ask LlamaAI" className="h-4 w-4 shrink-0 brightness-0" />
34+
<img src="/icons/ask-llamaai.svg" alt="Ask LlamaAI" className="h-4 w-4 shrink-0 brightness-0" />
3535
<span className="whitespace-nowrap">Try LlamaAI</span>
3636
</BasicLink>
3737
</div>

0 commit comments

Comments
 (0)