mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
refactor: Simplify feature titles in home.html
This commit is contained in:
parent
5124c512c9
commit
dada307e79
1 changed files with 2 additions and 2 deletions
|
@ -547,14 +547,14 @@
|
|||
<div class="feature-card">
|
||||
<div class="feature-card-header">
|
||||
<div class="feature-icon">🔀</div>
|
||||
<h3 class="feature-title">Seamless Git Integration</h3>
|
||||
<h3 class="feature-title">Git Integration</h3>
|
||||
</div>
|
||||
<p><a href="https://aider.chat/docs/git.html">Aider automatically commits changes with sensible commit messages</a>, making version control seamless.</p>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
<div class="feature-card-header">
|
||||
<div class="feature-icon">🖥️</div>
|
||||
<h3 class="feature-title">Use in Your Favorite IDE</h3>
|
||||
<h3 class="feature-title">Use in Your IDE</h3>
|
||||
</div>
|
||||
<p><a href="https://aider.chat/docs/usage/watch.html">Use aider directly from your favorite IDE or text editor</a> by adding AI comments right in your code.</p>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue