File tree Expand file tree Collapse file tree
client/src/routes/dataConnectors Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ import { NamespaceContextType } from "~/features/searchV2/hooks/useNamespaceCont
2121import { ABSOLUTE_ROUTES } from "~/routing/routes.constants" ;
2222import { store } from "~/store/store" ;
2323import { storeContext } from "~/store/store.utils.server" ;
24+ import renkuDataConnectorSocialCard from "~/styles/assets/renkuDataSocialCard.png" ;
2425import useAppDispatch from "~/utils/customHooks/useAppDispatch.hook" ;
2526import { makeMeta , makeMetaTitle } from "~/utils/meta/meta" ;
2627import type { Route } from "./+types/root" ;
@@ -232,6 +233,7 @@ export function meta({
232233 if ( dataConnector == null ) {
233234 return makeMeta ( {
234235 title : makeMetaTitle ( [ "Data Connector" , "Renku" ] ) ,
236+ image : renkuDataConnectorSocialCard ,
235237 } ) ;
236238 }
237239 const matchSettings = matchPath (
@@ -248,6 +250,7 @@ export function meta({
248250 return makeMeta ( {
249251 title,
250252 description : dataConnector . description || undefined ,
253+ image : renkuDataConnectorSocialCard ,
251254 } ) ;
252255}
253256
You can’t perform that action at this time.
0 commit comments