mirror of
https://github.com/halo-dev/halo.git
synced 2025-12-20 16:44:38 +08:00
chore: update Halo official website URL (#6514)
Co-authored-by: John Niang <johnniang@foxmail.com>
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user