diff --git a/client/src/project/Project.present.js b/client/src/project/Project.present.js
index 8b52479735..9c161c8238 100644
--- a/client/src/project/Project.present.js
+++ b/client/src/project/Project.present.js
@@ -64,11 +64,12 @@ import { ThrottledTooltip } from "../utils/components/Tooltip";
import EntityHeader from "../utils/components/entityHeader/EntityHeader";
import { SshDropdown, SshModal } from "../utils/components/ssh/ssh";
import { useProjectJsonLdQuery } from "../features/projects/ProjectKgApi";
-
-import "./Project.css";
import { StartSessionLink } from "../utils/components/entities/Buttons";
import GitLabConnectButton, { externalUrlToGitLabIdeUrl } from "./components/GitLabConnect";
+import "./Project.css";
+import rkIconStartWithOptions from "../styles/icons/start-with-options.svg";
+
function filterPaths(paths, blacklist) {
// Return paths to do not match the blacklist of regexps.
const result = paths.filter(p => blacklist.every(b => p.match(b) === null));
@@ -502,7 +503,10 @@ function StartSessionButton(props) {
<>
+ Start with options
+