mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Change GitHub alert from NOTE to TIP in VCS comments
Co-authored-by: Meldiron <19310830+Meldiron@users.noreply.github.com>
This commit is contained in:
parent
46dd8fdc68
commit
d9773f44b1
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ class Comment
|
|||
}
|
||||
|
||||
$tip = $this->tips[array_rand($this->tips)];
|
||||
$text .= "\n<br>\n\n> [!NOTE]\n> $tip\n\n";
|
||||
$text .= "\n<br>\n\n> [!TIP]\n> $tip\n\n";
|
||||
|
||||
return $text;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue