Skip to content

Commit

Permalink
refactor(profileview.vue): resize avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
supersonictw committed Nov 16, 2024
1 parent 31997f6 commit 7b854bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/ProfileView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import {useRouter} from "vue-router";
import {redirectLogin, useProfile} from "../plugins/profile.js";
const router = useRouter();
const profile = useProfile();
const profile = useProfile(200);
const onClickRedirectRooms = () => {
router.push("/rooms");
Expand Down

0 comments on commit 7b854bc

Please sign in to comment.