generated from lucien/api-template
fix: fixed cat image
This commit is contained in:
parent
87e7c44a5b
commit
48503a4c9c
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ export default function ChannelPage() {
|
|||
<p>{channel.description}</p>
|
||||
<p>Owner: {channel.owner_username}</p>
|
||||
{channel.name.toLowerCase().includes("cat") && (
|
||||
<img src="cat.jpg" alt="cat" className="cat" />
|
||||
<img src="/cat.jpg" alt="cat" className="cat" />
|
||||
)}
|
||||
{
|
||||
token ? (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue