Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions web/src/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ export default function About() {
to give it a try, we recommend to use a virtual machine to prevent any possible data loss.
</Text>
<Text>
For more information, check{" "}
<a href="https://github.com/yast/d-installer">the project's repository</a>.
For more information, please visit the project's repository at https://github.com/yast/d-installer.
</Text>
<Popup.Actions>
<Popup.Confirm onClick={close} autoFocus>Close</Popup.Confirm>
Expand Down
8 changes: 1 addition & 7 deletions web/src/InstallationFinished.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ import {
Text,
EmptyState,
EmptyStateIcon,
EmptyStateBody,
EmptyStateSecondaryActions
EmptyStateBody
} from "@patternfly/react-core";

import { Title as SectionTitle, PageIcon, MainActions } from "./Layout";
Expand Down Expand Up @@ -67,11 +66,6 @@ function InstallationFinished() {
</Text>
<Text>Have a lot of fun! Your openSUSE Development Team.</Text>
</div>
<EmptyStateSecondaryActions>
<Button component="a" href="https://www.opensuse.org" target="_blank" variant="link">
www.opensuse.org
</Button>
</EmptyStateSecondaryActions>
</EmptyStateBody>
</EmptyState>
</Center>
Expand Down