mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +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">
|
<div class="feature-grid">
|
||||||
<a href="/docs/llms.html" class="feature-card">
|
<a href="/docs/llms.html" class="feature-card">
|
||||||
<div class="feature-card-header">
|
<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">
|
<h3 class="feature-title">
|
||||||
Cloud and local LLMs
|
Cloud and local LLMs
|
||||||
</h3>
|
</h3>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue