mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-24 02:08:24 +00:00
website: changed font color for link and changes in footer (#228)
* website: changed font color for link and changes in footer Signed-off-by: Dev Kumar <devskumar99@gmail.com> Co-authored-by: Florent BENOIT <fbenoit@redhat.com>
This commit is contained in:
parent
99011abbd3
commit
67efa5d403
2 changed files with 9 additions and 1 deletions
|
|
@ -90,6 +90,10 @@ const config = {
|
|||
label: 'Introduction',
|
||||
to: '/docs/intro',
|
||||
},
|
||||
{
|
||||
label: 'Troubleshooting',
|
||||
to: '/docs/troubleshooting',
|
||||
}
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
@ -107,6 +111,10 @@ const config = {
|
|||
label: 'Chat with us',
|
||||
href: 'https://discordapp.com/invite/TCTB38RWpf',
|
||||
},
|
||||
{
|
||||
label: 'Podman Desktop Planning & Roadmap',
|
||||
href: 'https://github.com/containers/podman-desktop/projects?type=beta',
|
||||
}
|
||||
],
|
||||
},
|
||||
],
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@ function Hero() {
|
|||
Containers and Kubernetes for application developers
|
||||
</h1>
|
||||
<p className="text-base text-gray-700 dark:text-gray-500 md:text-lg">
|
||||
Podman Desktop enables you to easily work with containers from your local environment. Podman Desktop leverages <a href="https://podman.io/">Podman Engine</a> to provide a lightweight and daemon-less container tool.
|
||||
Podman Desktop enables you to easily work with containers from your local environment. Podman Desktop leverages <a href="https://podman.io/" className="text-purple-700 dark:text-purple-400" target="_blank">Podman Engine</a> to provide a lightweight and daemon-less container tool.
|
||||
</p>
|
||||
<div className="flex justify-center">
|
||||
<iframe
|
||||
|
|
|
|||
Loading…
Reference in a new issue