Skip to content

Commit

Permalink
Merge pull request #10 from link-lib/extensionCard
Browse files Browse the repository at this point in the history
feat: add actions to hover on imageDrop, extensioCard, and cleanup highlights
  • Loading branch information
JesseLiii authored Aug 25, 2024
2 parents 97e708b + ea0657e commit 5ae2d6c
Show file tree
Hide file tree
Showing 9 changed files with 771 additions and 158 deletions.
22 changes: 11 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ByteBelli</title>
</head>
<body style="margin: 0; background-color: transparent" class="linklib-ext">
<div id="root" class="linklib-ext"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>
Loading

0 comments on commit 5ae2d6c

Please sign in to comment.