Skip to content

Commit

Permalink
fix: added the v for version
Browse files Browse the repository at this point in the history
  • Loading branch information
JoblersTune committed Oct 19, 2023
1 parent 815e87c commit 49a4a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/app/routes/_index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function Index() {
<div className='space-y-8'>
<p className='text-7xl'>Welcome!</p>
<p>This is Rafiki&apos;s administrative user interface.</p>
<p>{version}</p>
<p>v{version}</p>
</div>
<p>
In this web application, you&apos;ll be able to manage peering
Expand Down

0 comments on commit 49a4a57

Please sign in to comment.