Skip to content

Commit

Permalink
2024, May
Browse files Browse the repository at this point in the history
  • Loading branch information
FadiShawki committed Jun 5, 2024
1 parent af31b44 commit 4ca06a2
Show file tree
Hide file tree
Showing 5 changed files with 3,464 additions and 3,393 deletions.
2 changes: 1 addition & 1 deletion orbitmines.com/public/archive/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
<url>
<loc>https://orbitmines.com</loc>
<lastmod>2024-05-01</lastmod>
<lastmod>2024-06-01</lastmod>
<image:image>
<image:loc>https://orbitmines.com/logo.png</image:loc>
</image:image>
Expand Down
2 changes: 1 addition & 1 deletion orbitmines.com/public/papers/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
<url>
<loc>https://orbitmines.com</loc>
<lastmod>2024-05-01</lastmod>
<lastmod>2024-06-01</lastmod>
<image:image>
<image:loc>https://orbitmines.com/logo.png</image:loc>
</image:image>
Expand Down
4 changes: 2 additions & 2 deletions orbitmines.com/public/profiles/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
<url>
<loc>https://orbitmines.com</loc>
<lastmod>2024-05-01</lastmod>
<lastmod>2024-06-01</lastmod>
<image:image>
<image:loc>https://orbitmines.com/logo.png</image:loc>
</image:image>
Expand All @@ -14,7 +14,7 @@
</url>
<url>
<loc>https://orbitmines.com/profiles/fadi-shawki</loc>
<lastmod>2024-05-01</lastmod>
<lastmod>2024-06-01</lastmod>
<image:image>
<image:loc>https://orbitmines.com/profiles/fadi-shawki.jpeg</image:loc>
</image:image>
Expand Down
2 changes: 1 addition & 1 deletion orbitmines.com/src/lib/paper/Paper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ export const Row = (props: React.HTMLAttributes<HTMLElement> & RowProps) => {
});
}

export type Children = { children: ReactNode };
export type Children = { children?: ReactNode };

export type AllowReact<T> = {
[TKey in keyof T]: T[TKey] extends string ? ReactNode : T[TKey];
Expand Down
Loading

0 comments on commit 4ca06a2

Please sign in to comment.