Using GitHub Integration Host information in place of static GitHub hostname

Signed-off-by: Josh Maxwell <cctechwiz@gmail.com>
This commit is contained in:
Josh Maxwell
2022-10-22 22:32:39 -06:00
committed by Fredrik Adelöw
parent a8364583a5
commit ee653a97c5
@@ -14,14 +14,13 @@
* limitations under the License.
*/
import React from 'react';
import { DateTime } from 'luxon';
import { Box, Paper, Typography, CardActionArea } from '@material-ui/core';
import { Link } from '@backstage/core-components';
import { Box, CardActionArea, Paper, Typography } from '@material-ui/core';
import Divider from '@material-ui/core/Divider';
import { DateTime } from 'luxon';
import React from 'react';
import { Assignees } from './Assignees';
import { CommentsCount } from './CommentsCount';
import Divider from '@material-ui/core/Divider';
type IssueCardProps = {
title: string;