diff --git a/public/images/hutopymedia/icons/tiktok.svg b/public/images/hutopymedia/icons/tiktok.svg new file mode 100644 index 0000000..e83f460 --- /dev/null +++ b/public/images/hutopymedia/icons/tiktok.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/public/images/hutopymedia/icons/x.svg b/public/images/hutopymedia/icons/x.svg new file mode 100644 index 0000000..1a35538 --- /dev/null +++ b/public/images/hutopymedia/icons/x.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/src/views/Profile/Dialogs/PageInformations/Socials.vue b/src/views/Profile/Dialogs/PageInformations/Socials.vue index 37cc76d..3142614 100644 --- a/src/views/Profile/Dialogs/PageInformations/Socials.vue +++ b/src/views/Profile/Dialogs/PageInformations/Socials.vue @@ -43,7 +43,7 @@ const save = async () => { props.creator.socials.websiteUrl = websiteUrl props.creator.socials.xUrl = xUrl props.creator.socials.youtubeUrl = youtubeUrl - + emits('closeRequested') } catch (error) { console.error(error) @@ -58,63 +58,86 @@ const cancel = () => {