Commit 453674ae authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

feat: modelfile ollamahub link to creator

parent 7074a882
...@@ -325,7 +325,7 @@ ...@@ -325,7 +325,7 @@
</div> </div>
{#if selectedModelfile.user} {#if selectedModelfile.user}
<div class="mt-0.5 text-sm font-normal text-gray-500 dark:text-gray-500"> <div class="mt-0.5 text-sm font-normal text-gray-500 dark:text-gray-500">
By <a href="https://ollamahub.com/" By <a href="https://ollamahub.com/m/{selectedModelfile.user.username}"
>{selectedModelfile.user.name >{selectedModelfile.user.name
? selectedModelfile.user.name ? selectedModelfile.user.name
: `@${selectedModelfile.user.username}`}</a : `@${selectedModelfile.user.username}`}</a
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment