Skip to content

Commit

Permalink
Update UI to load screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Oct 16, 2024
1 parent 8033e13 commit bf9acb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AiServer/wwwroot/mjs/components/UiHome.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export default {
<div class="mt-8 flow-root">
<div class="-m-2 rounded-xl bg-gray-900/5 p-2 ring-1 ring-inset ring-gray-900/10 lg:-m-4 lg:rounded-2xl lg:p-4">
<img src="https://tailwindui.com/plus/img/component-images/project-app-screenshot.png" alt="App screenshot" width="2432" height="1442" class="rounded-md shadow-2xl ring-1 ring-gray-900/10">
<img :src="'/img/uis/'+(routes.op || 'chat')+'.webp'" alt="App screenshot" width="2432" height="1442" class="rounded-md shadow-2xl ring-1 ring-gray-900/10">
</div>
</div>
</div>
Expand Down

0 comments on commit bf9acb9

Please sign in to comment.