Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit 8762d19

Browse files
authored
Merge pull request #17 from appwrite/feat-new-demos
Removed tooltip from demo list
2 parents ebf9ba0 + 9bf5b01 commit 8762d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/docs/getting-started-for-web.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ appwrite
140140
<img src="/images-ee/platforms/dark/<?php echo $icon; ?>" alt="Logo" height="30" class="force-dark sdk-logo margin-start margin-end" />
141141
</td>
142142
<td>
143-
<?php echo $name; ?> <span class="tooltip" data-tooltip="<?php echo $this->escape($description); ?>"><i class="icon-info-circled"></i></span>
143+
<?php echo $name; ?>
144144
</td>
145145
<td>
146146
<a href="<?php echo $source; ?>" target="_blank" rel="noopener"><?php echo $repo; ?></a>

0 commit comments

Comments
 (0)