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

Commit

Permalink
Merge pull request #17 from appwrite/feat-new-demos
Browse files Browse the repository at this point in the history
Removed tooltip from demo list
  • Loading branch information
eldadfux authored Apr 17, 2021
2 parents ebf9ba0 + 9bf5b01 commit 8762d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/docs/getting-started-for-web.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ appwrite
<img src="/images-ee/platforms/dark/<?php echo $icon; ?>" alt="Logo" height="30" class="force-dark sdk-logo margin-start margin-end" />
</td>
<td>
<?php echo $name; ?> <span class="tooltip" data-tooltip="<?php echo $this->escape($description); ?>"><i class="icon-info-circled"></i></span>
<?php echo $name; ?>
</td>
<td>
<a href="<?php echo $source; ?>" target="_blank" rel="noopener"><?php echo $repo; ?></a>
Expand Down

0 comments on commit 8762d19

Please sign in to comment.