Skip to content

Commit

Permalink
Merge pull request #448 from schooldanlp6/dev
Browse files Browse the repository at this point in the history
Fixed - Wrong link to demo
  • Loading branch information
Sammy99jsp committed Feb 6, 2024
2 parents 1e7e65f + 782a413 commit 702bf8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/demo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const preview = () => {
</Text>
<Text className="text-center">
<Chiislate>
This demo is open source on <Link href="https://github.com/FacuA0/AvdanOS-UI-Online">GitHub</Link>.
This demo is open source on <Link href="https://github.com/Avdan-OS/Demo">GitHub</Link>.
</Chiislate>
</Text>
<Card shadow>
Expand All @@ -32,7 +32,7 @@ const preview = () => {
style={{ padding: '0', width: '100%', height: '45rem ' }}
height="100%"
width="100%"
src="https://demo.avdanos.com"
src="https://avdan-os.github.io/Demo/"
/>
<div style={{ display: 'flex', margin: '15px' }}>
<Button shadow type="success" margin="auto" onClick={fullScreen}>
Expand Down

0 comments on commit 702bf8d

Please sign in to comment.