chore: update Halo official website URL (#6514)

Co-authored-by: John Niang <johnniang@foxmail.com>
This commit is contained in:
Ryan Wang
2024-08-26 15:53:04 +08:00
committed by GitHub
parent d68dca931b
commit 72e7b19697
5 changed files with 9 additions and 9 deletions

View File

@@ -27,14 +27,14 @@ type Story = StoryObj<typeof VAvatar>;
export const Default: Story = {
args: {
src: "https://halo.run/logo",
src: "https://www.halo.run/logo",
alt: "Hello",
},
};
export const Circle: Story = {
args: {
src: "https://halo.run/logo",
src: "https://www.halo.run/logo",
alt: "Hello",
circle: true,
},

View File

@@ -40,7 +40,7 @@ const meta: Meta<typeof VModal> = {
<div class="flex flex-col">
<img class="w-full" src="https://ryanc.cc/avatar" />
<img class="w-full" src="https://ryanc.cc/avatar" />
<img class="w-full" src="https://halo.run/logo" />
<img class="w-full" src="https://www.halo.run/logo" />
</div>
<template #footer>