Skip to content

Commit

Permalink
fix: remove link from method
Browse files Browse the repository at this point in the history
  • Loading branch information
xnought committed Dec 2, 2023
1 parent af4e942 commit 0adbd0a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions frontend/src/routes/protein/[proteinName]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,8 @@
{entry.speciesName}
</div>

<div>Structure</div>
<div>
<a href="https://deepmind.google/technologies/alphafold/"
>AlphaFold</a
>
</div>
<div>Method</div>
<div>AlphaFold 2</div>

<div>Length</div>
<div><code>{entry.length}</code></div>
Expand Down

0 comments on commit 0adbd0a

Please sign in to comment.