Skip to content

Commit

Permalink
Merge pull request #994 from vespa-engine/kkraune/logo-fix
Browse files Browse the repository at this point in the history
fix default logo
  • Loading branch information
kkraune authored Dec 19, 2024
2 parents a33807d + 15c1fef commit 7695bcf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"<picture>\n",
" <source media=\"(prefers-color-scheme: dark)\" srcset=\"https://assets.vespa.ai/logos/Vespa-logo-green-RGB.svg\">\n",
" <source media=\"(prefers-color-scheme: light)\" srcset=\"https://assets.vespa.ai/logos/Vespa-logo-dark-RGB.svg\">\n",
" <img alt=\"#Vespa\" width=\"200\" src=\"https://assets.vespa.ai/logos/Vespa-logo-green-RGB.svg\" style=\"margin-bottom: 25px;\">\n",
" <img alt=\"#Vespa\" width=\"200\" src=\"https://assets.vespa.ai/logos/Vespa-logo-dark-RGB.svg\" style=\"margin-bottom: 25px;\">\n",
"</picture>\n",
"\n",
"# BGE-M3 - The Mother of all embedding models\n",
Expand Down Expand Up @@ -666,4 +666,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}

0 comments on commit 7695bcf

Please sign in to comment.