Skip to content

Commit

Permalink
fix hover issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedBasem20 committed Aug 10, 2023
1 parent 89b3dc4 commit 68cf675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiida-registry-app/src/Components/Details.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function Details({pluginKey}) {
<h1 className='plugin-header'>
AiiDA plugin package &quot;<a href={value.code_home}>{value.name}</a>&quot;
</h1>
<Link to={'/'}><p>&lt; back to the registry index</p></Link>
<Link to={'/'}><p style={{display:'inline'}}>&lt; back to the registry index</p></Link>
<h2 id='general.information'>General information</h2>
<div>
<p>
Expand Down

0 comments on commit 68cf675

Please sign in to comment.