mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
refactor: Replace weather-cloudy icon with brain icon in feature card
This commit is contained in:
parent
6a96cb6ba7
commit
5b2e2d630b
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ cog.out(text)
|
|||
<div class="feature-grid">
|
||||
<a href="/docs/llms.html" class="feature-card">
|
||||
<div class="feature-card-header">
|
||||
<i class="mdi mdi-weather-cloudy feature-icon"></i>
|
||||
<i class="mdi mdi-brain feature-icon"></i>
|
||||
<h3 class="feature-title">
|
||||
Cloud and local LLMs
|
||||
</h3>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue