Move to 'updated' and 'checked' dates, rather than 'created' 'checked & updated'
This commit is contained in:
@@ -2,11 +2,12 @@
|
||||
export let feature: {
|
||||
routeName: string;
|
||||
routeId: string;
|
||||
entryPoint: string;
|
||||
};
|
||||
</script>
|
||||
|
||||
<div class="link-wrapper">
|
||||
<a href="/map/{feature.routeId}" class="wide-button">
|
||||
<a href="/map/{feature.routeId}#{feature.entryPoint}" class="wide-button">
|
||||
<div class="content">
|
||||
<div class="header-row">
|
||||
<span class="sub-text">Go to</span>
|
||||
|
||||
@@ -16,6 +16,7 @@ export const components = {
|
||||
crossovers: Crossover,
|
||||
siteof: SiteOf,
|
||||
bridge: Bridge,
|
||||
minorBridge: Bridge,
|
||||
crossover: Crossover,
|
||||
crossing: Crossing,
|
||||
loop: Loop,
|
||||
|
||||
Reference in New Issue
Block a user