make albums on artist page reactive

+ show artist name on artist album component on album page
+ attach artist page link to artist card
+ use small artist page on album header
+ use album color on genre banner on album page
This commit is contained in:
geoffrey45
2022-12-04 19:35:16 +03:00
committed by Mungai Njoroge
parent 075765088f
commit e54fea2d4d
14 changed files with 104 additions and 60 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ const getArtistData = async (hash: string) => {
const { data, error } = await useAxios({
get: true,
url: paths.api.artist + `/${hash}`,
url: paths.api.artist + `/${hash}?limit=6`,
});
if (error) {