chore: update the path of podcasts logo images

This commit is contained in:
Hossein Mehrabi 2023-10-26 23:17:13 +03:30
parent 7f75fe960d
commit c27c8d1eb9
No known key found for this signature in database
GPG Key ID: 45C04964191AFAA1
4 changed files with 7 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 687 B

After

Width:  |  Height:  |  Size: 687 B

View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -0,0 +1,6 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="24" height="24" rx="12" fill="black"/>
<path d="M16.0485 16.3056H8.11108V11.4797H16.041L16.0485 16.3056ZM12.071 11.8668C11.3935 11.8675 10.7267 12.0331 10.1297 12.3488C9.53276 12.6646 9.0241 13.1208 8.64891 13.6768C8.59928 13.7333 8.57195 13.8055 8.57195 13.8803C8.57195 13.955 8.59928 14.0272 8.64891 14.0837C9.02651 14.6372 9.53614 15.091 10.1331 15.4051C10.73 15.7192 11.396 15.8841 12.0727 15.8853C12.7494 15.8865 13.416 15.724 14.0141 15.412C14.6122 15.1001 15.1235 14.6482 15.5031 14.096C15.5573 14.0364 15.5872 13.9591 15.5872 13.879C15.5872 13.799 15.5573 13.7217 15.5031 13.662C15.1245 13.1082 14.6133 12.6549 14.0147 12.3422C13.4161 12.0295 12.7485 11.8671 12.071 11.8693V11.8668Z" fill="white"/>
<path d="M12.0935 11.0284C11.4204 11.027 10.7576 10.8648 10.162 10.5556C9.56644 10.2463 9.05582 9.79933 8.67394 9.25287C8.61027 9.1861 8.57482 9.09791 8.57482 9.00627C8.57482 8.91464 8.61027 8.82645 8.67394 8.75968C9.05561 8.2142 9.56657 7.76881 10.1625 7.46216C10.7584 7.15551 11.4212 6.99689 12.0934 7.00005C12.7656 7.00321 13.4268 7.16806 14.0197 7.48029C14.6126 7.79252 15.1193 8.24269 15.4956 8.79173C15.5496 8.85101 15.5795 8.92785 15.5795 9.0075C15.5795 9.08715 15.5496 9.164 15.4956 9.22327C15.1197 9.77371 14.6136 10.2257 14.0208 10.5402C13.4281 10.8547 12.7666 11.0222 12.0935 11.0284ZM13.5745 9.03093C13.5814 8.73692 13.4993 8.44754 13.3387 8.19972C13.1781 7.95191 12.9462 7.75691 12.6726 7.63961C12.399 7.52231 12.0962 7.48804 11.8028 7.54117C11.5094 7.5943 11.2387 7.73243 11.0252 7.93791C10.8118 8.14339 10.6653 8.40691 10.6045 8.69482C10.5437 8.98274 10.5713 9.28198 10.6838 9.55435C10.7963 9.82673 10.9886 10.0599 11.2361 10.224C11.4837 10.3882 11.7752 10.4759 12.0735 10.476C12.4656 10.4761 12.8422 10.325 13.1227 10.0549C13.4031 9.78485 13.5653 9.41732 13.5745 9.03093Z" fill="white"/>
<path d="M12.0785 15.3364C11.7876 15.3315 11.5046 15.242 11.2652 15.0791C11.0257 14.9162 10.8405 14.6872 10.7326 14.4208C10.6248 14.1544 10.5993 13.8626 10.6592 13.5819C10.7192 13.3013 10.8619 13.0443 11.0696 12.8434C11.2772 12.6425 11.5404 12.5066 11.8262 12.4527C12.1119 12.3988 12.4075 12.4293 12.6757 12.5405C12.9438 12.6517 13.1727 12.8386 13.3335 13.0776C13.4943 13.3166 13.5798 13.5971 13.5794 13.8839C13.5788 14.0768 13.5393 14.2676 13.4633 14.4453C13.3873 14.623 13.2763 14.7841 13.1367 14.9192C12.9971 15.0543 12.8316 15.1607 12.65 15.2323C12.4683 15.304 12.2741 15.3393 12.0785 15.3364Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -44,7 +44,7 @@ export const PodcastShowDataType: UnbodyDataTypeConfig<
alt: data.title,
width: 24,
height: 24,
url: `/${showSlug}-logo.svg`,
url: `/podcasts/${showSlug}-logo.svg`,
},
episodes: [],
}