Skip to content

Commit 0fd16ba

Browse files
committed
remove the chrome extension announcement
1 parent 25f101f commit 0fd16ba

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

src/templates/index.jinja

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -41,31 +41,6 @@
4141
<p class="text-gray-600 text-lg max-w-2xl mx-auto text-center mt-0">
4242
This is useful for feeding a codebase into any LLM.
4343
</p>
44-
<div class="text-center mt-8">
45-
<div class="relative inline-block">
46-
<div class="w-full h-full rounded bg-gray-900 translate-y-1 translate-x-1 absolute inset-0 z-10"></div>
47-
<div class="absolute -top-2 -right-2 z-30">
48-
<div class="relative rotate-12">
49-
<div class="w-full h-full rounded bg-gray-900 translate-y-0.5 translate-x-0.5 absolute inset-0"></div>
50-
<div class="px-2 py-0.5 bg-[#FE4A60] text-white text-xs font-bold rounded border-2 border-gray-900 relative">NEW!</div>
51-
</div>
52-
</div>
53-
<a href="https://chromewebstore.google.com/detail/git-ingest-turn-any-git-r/adfjahbijlkjfoicpjkhjicpjpjfaood"
54-
target="_blank"
55-
rel="noopener noreferrer"
56-
class="inline-flex items-center gap-2 px-4 py-2 bg-[#EBDBB7] text-gray-800 font-medium rounded hover:-translate-y-px hover:-translate-x-px ease-out duration-300 z-20 relative border-[3px] border-gray-900 text-sm">
57-
<svg xmlns="http://www.w3.org/2000/svg"
58-
width="24"
59-
height="24"
60-
viewBox="0 0 24 24"
61-
fill="currentColor"
62-
class="w-4 h-4 text-gray-700">
63-
<path d="M12 0C8.21 0 4.831 1.757 2.632 4.501l3.953 6.848A5.454 5.454 0 0 1 12 6.545h10.691A12 12 0 0 0 12 0zM1.931 5.47A11.943 11.943 0 0 0 0 12c0 6.012 4.42 10.991 10.189 11.864l3.953-6.847a5.45 5.45 0 0 1-6.865-2.29zm13.342 2.166a5.446 5.446 0 0 1 1.45 7.09l.002.001h-.002l-5.344 9.257c.206.01.413.016.621.016 6.627 0 12-5.373 12-12 0-1.54-.29-3.011-.818-4.364zM12 16.364a4.364 4.364 0 1 1 0-8.728 4.364 4.364 0 0 1 0 8.728z" />
64-
</svg>
65-
Chrome extension
66-
</a>
67-
</div>
68-
</div>
6944
</div>
7045
{% if error_message %}
7146
<div class="mb-6 p-4 bg-red-50 border border-red-200 rounded-lg text-red-700"

0 commit comments

Comments
 (0)