Skip to content

Commit 85b045c

Browse files
committed
image replaces
1 parent aac893f commit 85b045c

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

apps/site/src/app/docs/content/react/dialog.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ export function DialogWithImage() {
471471
<Dialog.Trigger>
472472
<img
473473
alt="nature"
474-
src="https://dub.sh/xxo2Jek"
474+
src="https://raw.githubusercontent.com/creativetimofficial/public-assets/master/ct-assets/mt-demo.jpg"
475475
className="h-64 w-auto rounded-lg object-cover object-center"
476476
/>
477477
</Dialog.Trigger>
@@ -501,7 +501,7 @@ export function DialogWithImage() {
501501
<div className="my-4">
502502
<img
503503
alt="nature"
504-
src="https://dub.sh/xxo2Jek"
504+
src="https://raw.githubusercontent.com/creativetimofficial/public-assets/master/ct-assets/mt-demo.jpg"
505505
className="h-[48rem] w-full rounded-lg object-cover object-center"
506506
/>
507507
</div>

apps/site/src/app/docs/content/react/modal.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ export function DialogWithImage() {
471471
<Dialog.Trigger>
472472
<img
473473
alt="nature"
474-
src="https://dub.sh/xxo2Jek"
474+
src="https://raw.githubusercontent.com/creativetimofficial/public-assets/master/ct-assets/mt-demo.jpg"
475475
className="h-64 w-auto rounded-lg object-cover object-center"
476476
/>
477477
</Dialog.Trigger>
@@ -501,7 +501,7 @@ export function DialogWithImage() {
501501
<div className="my-4">
502502
<img
503503
alt="nature"
504-
src="https://dub.sh/xxo2Jek"
504+
src="https://raw.githubusercontent.com/creativetimofficial/public-assets/master/ct-assets/mt-demo.jpg"
505505
className="h-[48rem] w-full rounded-lg object-cover object-center"
506506
/>
507507
</div>

apps/site/src/components/brand.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ export function Brand() {
1010
<div className="relative z-10 rounded-lg bg-background p-1">
1111
<div className="grid h-9 w-9 scale-105 cursor-pointer place-items-center rounded-[5px] bg-black transition-transform duration-300 hover:scale-110">
1212
<img
13-
src={`http://localhost:3001/logo-mt.png`}
13+
src={`https://raw.githubusercontent.com/creativetimofficial/public-assets/master/ct-assets/logo.png`}
1414
alt="material tailwind"
1515
width={256}
1616
height={256}
17-
className="w-5"
17+
className="w-10"
1818
/>
1919
</div>
2020
</div>

apps/site/src/components/docs-html/modal/modal-with-image.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default function DialogWithImage() {
77
`
88
<div class="flex items-center">
99
<button data-dui-toggle="modal" data-dui-target="#exampleModalImage" class="outline-none" aria-expanded="false" aria-haspopup="dialog">
10-
<img alt="nature" src="https://dub.sh/xxo2Jek" class="h-64 w-auto rounded-lg object-cover object-center" />
10+
<img alt="nature" src="https://raw.githubusercontent.com/creativetimofficial/public-assets/master/ct-assets/mt-demo.jpg" class="h-64 w-auto rounded-lg object-cover object-center" />
1111
</button>
1212
<div class="fixed antialiased inset-0 bg-stone-800 bg-opacity-75 flex justify-center items-center opacity-0 pointer-events-none transition-opacity duration-300 ease-out z-[9999]" id="exampleModalImage" aria-hidden="true">
1313
<div class="bg-white p-4 max-h-[calc(100vh-5rem)] overflow-auto rounded-lg w-10/12 lg:w-8/12 scale-95 transition-transform duration-300 ease-out">
@@ -29,7 +29,7 @@ export default function DialogWithImage() {
2929
</div>
3030
</div>
3131
<div class="my-4">
32-
<img alt="nature" src="https://dub.sh/xxo2Jek" class="h-[48rem] w-full rounded-lg object-cover object-center">
32+
<img alt="nature" src="https://raw.githubusercontent.com/creativetimofficial/public-assets/master/ct-assets/mt-demo.jpg" class="h-[48rem] w-full rounded-lg object-cover object-center">
3333
</div>
3434
<div class="flex items-end justify-between">
3535
<div class="flex items-center gap-16">

apps/site/src/components/docs/dialog/dialog-with-image.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export function DialogWithImage() {
1313
<Dialog.Trigger>
1414
<img
1515
alt="nature"
16-
src="https://dub.sh/xxo2Jek"
16+
src="https://raw.githubusercontent.com/creativetimofficial/public-assets/master/ct-assets/mt-demo.jpg"
1717
className="h-64 w-auto rounded-lg object-cover object-center"
1818
/>
1919
</Dialog.Trigger>
@@ -43,7 +43,7 @@ export function DialogWithImage() {
4343
<div className="my-4">
4444
<img
4545
alt="nature"
46-
src="https://dub.sh/xxo2Jek"
46+
src="https://raw.githubusercontent.com/creativetimofficial/public-assets/master/ct-assets/mt-demo.jpg"
4747
className="h-[48rem] w-full rounded-lg object-cover object-center"
4848
/>
4949
</div>

0 commit comments

Comments
 (0)