mirror of
https://github.com/snowball-tools/snowballtools-base.git
synced 2024-11-17 12:19:20 +00:00
add space btw linked learn more (#5)
### TL;DR Update description text in project transfer section to include a 'Learn more' link. ### What changed? The description text under the 'Transfer project' section of the project settings page is updated. A 'Learn more' link is added to provide additional information about transferring projects. ### How to test? Navigate to a project's settings page and look for the 'Transfer project' section. Verify whether the description text contains a clickable 'Learn more' link. ### Why make this change? To provide users with more information and to make the transfer process clearer by providing relevant resources.
This commit is contained in:
commit
14deecfad6
@ -165,7 +165,7 @@ const GeneralTabPanel = () => {
|
||||
<Typography variant="h6">Transfer project</Typography>
|
||||
<Typography variant="small">
|
||||
Transfer this app to your personal account or a team you are a member
|
||||
of.
|
||||
of.{' '}
|
||||
<Link to="" className="text-blue-500">
|
||||
Learn more
|
||||
</Link>
|
||||
|
Loading…
Reference in New Issue
Block a user