diff --git a/frontends/nextjs/src/components/misc/github/views/run-list/RefreshControls.tsx b/frontends/nextjs/src/components/misc/github/views/run-list/RefreshControls.tsx
index df27823e2..9be8baa50 100644
--- a/frontends/nextjs/src/components/misc/github/views/run-list/RefreshControls.tsx
+++ b/frontends/nextjs/src/components/misc/github/views/run-list/RefreshControls.tsx
@@ -52,7 +52,7 @@ export const RefreshControls = ({
disabled={!runs || runs.length === 0}
variant="outline"
size="sm"
- startIcon={}
+ startIcon={}
>
Download JSON
@@ -61,7 +61,7 @@ export const RefreshControls = ({
onClick={onRefresh}
disabled={isLoading}
size="lg"
- startIcon={}
+ startIcon={}
>
{isLoading ? 'Fetching...' : 'Refresh'}
diff --git a/frontends/nextjs/src/components/misc/github/views/run-list/RunRow.tsx b/frontends/nextjs/src/components/misc/github/views/run-list/RunRow.tsx
index c6438f352..a171e33f7 100644
--- a/frontends/nextjs/src/components/misc/github/views/run-list/RunRow.tsx
+++ b/frontends/nextjs/src/components/misc/github/views/run-list/RunRow.tsx
@@ -85,9 +85,9 @@ export const RunRow = ({
disabled={isSelectedRun}
startIcon={
isSelectedRun ? (
-
+
) : (
-
+
)
}
>
@@ -100,7 +100,7 @@ export const RunRow = ({
href={run.html_url}
target="_blank"
rel="noopener noreferrer"
- endIcon={}
+ endIcon={}
>
View
diff --git a/frontends/nextjs/src/components/misc/github/views/run-list/Table.tsx b/frontends/nextjs/src/components/misc/github/views/run-list/Table.tsx
index cde8fa310..73286c40f 100644
--- a/frontends/nextjs/src/components/misc/github/views/run-list/Table.tsx
+++ b/frontends/nextjs/src/components/misc/github/views/run-list/Table.tsx
@@ -41,7 +41,7 @@ export const RunTable = ({
-
+
Recent Workflow Runs
{isLoading && }