summaryrefslogtreecommitdiff
path: root/extension/react-app
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-07-10 23:07:23 -0700
committerNate Sesti <sestinj@gmail.com>2023-07-10 23:07:23 -0700
commit05b88d942053eb1edf05490c37fc5e9150bc98c4 (patch)
treece6b45d1c746d6c38784a30bdffb8ae992a4edac /extension/react-app
parent7d58bba957528f84d6866636a6deb9bad4080f50 (diff)
downloadsncontinue-05b88d942053eb1edf05490c37fc5e9150bc98c4.tar.gz
sncontinue-05b88d942053eb1edf05490c37fc5e9150bc98c4.tar.bz2
sncontinue-05b88d942053eb1edf05490c37fc5e9150bc98c4.zip
fixed gif link
Diffstat (limited to 'extension/react-app')
-rw-r--r--extension/react-app/src/components/Onboarding.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/react-app/src/components/Onboarding.tsx b/extension/react-app/src/components/Onboarding.tsx
index 1cbe61ec..061faba5 100644
--- a/extension/react-app/src/components/Onboarding.tsx
+++ b/extension/react-app/src/components/Onboarding.tsx
@@ -76,7 +76,7 @@ const Onboarding = () => {
<h1>{topMessages[counter]}</h1>
<div style={{ display: "flex", justifyContent: "center" }}>
<img
- src={`https://github.com/continuedev/continue/blob/main/${gifs[counter]}.gif?raw=true`}
+ src={`https://github.com/continuedev/continue/blob/main/media/${gifs[counter]}.gif?raw=true`}
alt={topMessages[counter]}
/>
</div>